Home
last modified time | relevance | path

Searched refs:output_locations (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_nir_builtins.c95 unsigned *output_locations, in st_nir_make_passthrough_shader() argument
122 snprintf(var_name, sizeof(var_name), "out_%u", output_locations[i]); in st_nir_make_passthrough_shader()
125 out->data.location = output_locations[i]; in st_nir_make_passthrough_shader()
H A Dst_nir.h74 unsigned *output_locations,
/dports/lang/clover/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_nir_builtins.c95 unsigned *output_locations, in st_nir_make_passthrough_shader() argument
122 snprintf(var_name, sizeof(var_name), "out_%u", output_locations[i]); in st_nir_make_passthrough_shader()
125 out->data.location = output_locations[i]; in st_nir_make_passthrough_shader()
H A Dst_nir.h74 unsigned *output_locations,
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_nir_builtins.c95 unsigned *output_locations, in st_nir_make_passthrough_shader() argument
122 snprintf(var_name, sizeof(var_name), "out_%u", output_locations[i]); in st_nir_make_passthrough_shader()
125 out->data.location = output_locations[i]; in st_nir_make_passthrough_shader()
H A Dst_nir.h74 unsigned *output_locations,
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_nir_builtins.c95 unsigned *output_locations, in st_nir_make_passthrough_shader() argument
122 snprintf(var_name, sizeof(var_name), "out_%u", output_locations[i]); in st_nir_make_passthrough_shader()
125 out->data.location = output_locations[i]; in st_nir_make_passthrough_shader()
H A Dst_nir.h74 unsigned *output_locations,
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_nir_builtins.c95 unsigned *output_locations, in st_nir_make_passthrough_shader() argument
122 snprintf(var_name, sizeof(var_name), "out_%u", output_locations[i]); in st_nir_make_passthrough_shader()
125 out->data.location = output_locations[i]; in st_nir_make_passthrough_shader()
H A Dst_nir.h74 unsigned *output_locations,
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_nir_builtins.c95 unsigned *output_locations, in st_nir_make_passthrough_shader() argument
122 snprintf(var_name, sizeof(var_name), "out_%u", output_locations[i]); in st_nir_make_passthrough_shader()
125 out->data.location = output_locations[i]; in st_nir_make_passthrough_shader()
H A Dst_nir.h74 unsigned *output_locations,
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_nir_builtins.c95 unsigned *output_locations, in st_nir_make_passthrough_shader() argument
122 snprintf(var_name, sizeof(var_name), "out_%u", output_locations[i]); in st_nir_make_passthrough_shader()
125 out->data.location = output_locations[i]; in st_nir_make_passthrough_shader()
H A Dst_nir.h74 unsigned *output_locations,
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_nir_builtins.c95 unsigned *output_locations, in st_nir_make_passthrough_shader() argument
122 snprintf(var_name, sizeof(var_name), "out_%u", output_locations[i]); in st_nir_make_passthrough_shader()
125 out->data.location = output_locations[i]; in st_nir_make_passthrough_shader()
H A Dst_nir.h74 unsigned *output_locations,
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/state_tracker/
H A Dst_nir_builtins.c96 unsigned *output_locations, in st_nir_make_passthrough_shader() argument
123 snprintf(var_name, sizeof(var_name), "out_%u", output_locations[i]); in st_nir_make_passthrough_shader()
126 out->data.location = output_locations[i]; in st_nir_make_passthrough_shader()
H A Dst_nir.h72 unsigned *output_locations,
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/state_tracker/
H A Dst_nir_builtins.c95 unsigned *output_locations, in st_nir_make_passthrough_shader() argument
122 snprintf(var_name, sizeof(var_name), "out_%u", output_locations[i]); in st_nir_make_passthrough_shader()
125 out->data.location = output_locations[i]; in st_nir_make_passthrough_shader()
H A Dst_nir.h74 unsigned *output_locations,
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/state_tracker/
H A Dst_nir_builtins.c101 unsigned *output_locations, in st_nir_make_passthrough_shader() argument
129 snprintf(var_name, sizeof(var_name), "out_%u", output_locations[i]); in st_nir_make_passthrough_shader()
132 out->data.location = output_locations[i]; in st_nir_make_passthrough_shader()
H A Dst_nir.h74 unsigned *output_locations,
/dports/archivers/innoextract/innoextract-1.9/src/cli/
H A Dextract.cpp1157 const std::vector<output_location> & output_locations = files_for_location[location.second]; in process_file() local
1177 BOOST_FOREACH(const output_location & output, output_locations) { in process_file()
1226 BOOST_FOREACH(const output_location & output, output_locations) { in process_file()
1271 BOOST_FOREACH(const output_location & output_loc, output_locations) { in process_file()