Home
last modified time | relevance | path

Searched refs:used_outputs (Results 1 – 25 of 57) sorted by last modified time

123

/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/broadcom/compiler/
H A Dv3d_nir_lower_io.c120 struct v3d_varying_slot *used_outputs = NULL; in v3d_varying_slot_vpm_offset() local
124 used_outputs = c->vs_key->used_outputs; in v3d_varying_slot_vpm_offset()
128 used_outputs = c->gs_key->used_outputs; in v3d_varying_slot_vpm_offset()
135 struct v3d_varying_slot slot = used_outputs[i]; in v3d_varying_slot_vpm_offset()
H A Dv3d_compiler.h463 struct v3d_varying_slot used_outputs[V3D_MAX_FS_INPUTS]; member
473 struct v3d_varying_slot used_outputs[V3D_MAX_ANY_STAGE_INPUTS]; member
H A Dvir.c900 uint64_t used_outputs[4] = {0}; in v3d_nir_lower_vs_early() local
902 int slot = v3d_slot_get_slot(c->vs_key->used_outputs[i]); in v3d_nir_lower_vs_early()
903 int comp = v3d_slot_get_component(c->vs_key->used_outputs[i]); in v3d_nir_lower_vs_early()
904 used_outputs[comp] |= 1ull << slot; in v3d_nir_lower_vs_early()
907 nir_var_shader_out, used_outputs, NULL); /* demotes to globals */ in v3d_nir_lower_vs_early()
934 uint64_t used_outputs[4] = {0}; in v3d_nir_lower_gs_early() local
936 int slot = v3d_slot_get_slot(c->gs_key->used_outputs[i]); in v3d_nir_lower_gs_early()
937 int comp = v3d_slot_get_component(c->gs_key->used_outputs[i]); in v3d_nir_lower_gs_early()
938 used_outputs[comp] |= 1ull << slot; in v3d_nir_lower_gs_early()
941 nir_var_shader_out, used_outputs, NULL); /* demotes to globals */ in v3d_nir_lower_gs_early()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1273 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_gs_key()
1280 key->used_outputs, in pipeline_populate_v3d_gs_key()
1281 sizeof(key->used_outputs)); in pipeline_populate_v3d_gs_key()
1326 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_vs_key()
1333 key->used_outputs, in pipeline_populate_v3d_vs_key()
1334 sizeof(key->used_outputs)); in pipeline_populate_v3d_vs_key()
1342 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_vs_key()
1349 key->used_outputs, in pipeline_populate_v3d_vs_key()
1350 sizeof(key->used_outputs)); in pipeline_populate_v3d_vs_key()
1363 key->used_outputs, in pipeline_populate_v3d_vs_key()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/v3d/
H A Dv3d_program.c237 key.used_outputs, in v3d_shader_precompile()
262 key.used_outputs, in v3d_shader_precompile()
683 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_gs()
686 sizeof(key->used_outputs)); in v3d_update_compiled_gs()
755 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
758 sizeof(key->used_outputs)); in v3d_update_compiled_vs()
761 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
764 sizeof(key->used_outputs)); in v3d_update_compiled_vs()
813 sizeof(*key->used_outputs) * in v3d_update_compiled_vs()
826 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c237 key.used_outputs, in v3d_shader_precompile()
262 key.used_outputs, in v3d_shader_precompile()
664 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_gs()
667 sizeof(key->used_outputs)); in v3d_update_compiled_gs()
736 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
739 sizeof(key->used_outputs)); in v3d_update_compiled_vs()
742 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
745 sizeof(key->used_outputs)); in v3d_update_compiled_vs()
794 sizeof(*key->used_outputs) * in v3d_update_compiled_vs()
807 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
[all …]
/dports/lang/clover/mesa-21.3.6/src/broadcom/compiler/
H A Dvir.c887 uint64_t used_outputs[4] = {0}; in v3d_nir_lower_vs_early() local
889 int slot = v3d_slot_get_slot(c->vs_key->used_outputs[i]); in v3d_nir_lower_vs_early()
890 int comp = v3d_slot_get_component(c->vs_key->used_outputs[i]); in v3d_nir_lower_vs_early()
891 used_outputs[comp] |= 1ull << slot; in v3d_nir_lower_vs_early()
894 nir_var_shader_out, used_outputs, NULL); /* demotes to globals */ in v3d_nir_lower_vs_early()
921 uint64_t used_outputs[4] = {0}; in v3d_nir_lower_gs_early() local
923 int slot = v3d_slot_get_slot(c->gs_key->used_outputs[i]); in v3d_nir_lower_gs_early()
924 int comp = v3d_slot_get_component(c->gs_key->used_outputs[i]); in v3d_nir_lower_gs_early()
925 used_outputs[comp] |= 1ull << slot; in v3d_nir_lower_gs_early()
928 nir_var_shader_out, used_outputs, NULL); /* demotes to globals */ in v3d_nir_lower_gs_early()
H A Dv3d_compiler.h447 struct v3d_varying_slot used_outputs[V3D_MAX_FS_INPUTS]; member
457 struct v3d_varying_slot used_outputs[V3D_MAX_ANY_STAGE_INPUTS]; member
H A Dv3d_nir_lower_io.c120 struct v3d_varying_slot *used_outputs = NULL; in v3d_varying_slot_vpm_offset() local
124 used_outputs = c->vs_key->used_outputs; in v3d_varying_slot_vpm_offset()
128 used_outputs = c->gs_key->used_outputs; in v3d_varying_slot_vpm_offset()
135 struct v3d_varying_slot slot = used_outputs[i]; in v3d_varying_slot_vpm_offset()
/dports/lang/clover/mesa-21.3.6/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1277 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_gs_key()
1284 key->used_outputs, in pipeline_populate_v3d_gs_key()
1285 sizeof(key->used_outputs)); in pipeline_populate_v3d_gs_key()
1330 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_vs_key()
1337 key->used_outputs, in pipeline_populate_v3d_vs_key()
1338 sizeof(key->used_outputs)); in pipeline_populate_v3d_vs_key()
1346 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_vs_key()
1353 key->used_outputs, in pipeline_populate_v3d_vs_key()
1354 sizeof(key->used_outputs)); in pipeline_populate_v3d_vs_key()
1367 key->used_outputs, in pipeline_populate_v3d_vs_key()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c237 key.used_outputs, in v3d_shader_precompile()
262 key.used_outputs, in v3d_shader_precompile()
664 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_gs()
667 sizeof(key->used_outputs)); in v3d_update_compiled_gs()
736 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
739 sizeof(key->used_outputs)); in v3d_update_compiled_vs()
742 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
745 sizeof(key->used_outputs)); in v3d_update_compiled_vs()
794 sizeof(*key->used_outputs) * in v3d_update_compiled_vs()
807 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_compiler.h447 struct v3d_varying_slot used_outputs[V3D_MAX_FS_INPUTS]; member
457 struct v3d_varying_slot used_outputs[V3D_MAX_ANY_STAGE_INPUTS]; member
H A Dv3d_nir_lower_io.c120 struct v3d_varying_slot *used_outputs = NULL; in v3d_varying_slot_vpm_offset() local
124 used_outputs = c->vs_key->used_outputs; in v3d_varying_slot_vpm_offset()
128 used_outputs = c->gs_key->used_outputs; in v3d_varying_slot_vpm_offset()
135 struct v3d_varying_slot slot = used_outputs[i]; in v3d_varying_slot_vpm_offset()
H A Dvir.c887 uint64_t used_outputs[4] = {0}; in v3d_nir_lower_vs_early() local
889 int slot = v3d_slot_get_slot(c->vs_key->used_outputs[i]); in v3d_nir_lower_vs_early()
890 int comp = v3d_slot_get_component(c->vs_key->used_outputs[i]); in v3d_nir_lower_vs_early()
891 used_outputs[comp] |= 1ull << slot; in v3d_nir_lower_vs_early()
894 nir_var_shader_out, used_outputs, NULL); /* demotes to globals */ in v3d_nir_lower_vs_early()
921 uint64_t used_outputs[4] = {0}; in v3d_nir_lower_gs_early() local
923 int slot = v3d_slot_get_slot(c->gs_key->used_outputs[i]); in v3d_nir_lower_gs_early()
924 int comp = v3d_slot_get_component(c->gs_key->used_outputs[i]); in v3d_nir_lower_gs_early()
925 used_outputs[comp] |= 1ull << slot; in v3d_nir_lower_gs_early()
928 nir_var_shader_out, used_outputs, NULL); /* demotes to globals */ in v3d_nir_lower_gs_early()
/dports/graphics/libosmesa/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_compiler.h447 struct v3d_varying_slot used_outputs[V3D_MAX_FS_INPUTS]; member
457 struct v3d_varying_slot used_outputs[V3D_MAX_ANY_STAGE_INPUTS]; member
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1277 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_gs_key()
1284 key->used_outputs, in pipeline_populate_v3d_gs_key()
1285 sizeof(key->used_outputs)); in pipeline_populate_v3d_gs_key()
1330 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_vs_key()
1337 key->used_outputs, in pipeline_populate_v3d_vs_key()
1338 sizeof(key->used_outputs)); in pipeline_populate_v3d_vs_key()
1346 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_vs_key()
1353 key->used_outputs, in pipeline_populate_v3d_vs_key()
1354 sizeof(key->used_outputs)); in pipeline_populate_v3d_vs_key()
1367 key->used_outputs, in pipeline_populate_v3d_vs_key()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c237 key.used_outputs, in v3d_shader_precompile()
262 key.used_outputs, in v3d_shader_precompile()
664 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_gs()
667 sizeof(key->used_outputs)); in v3d_update_compiled_gs()
736 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
739 sizeof(key->used_outputs)); in v3d_update_compiled_vs()
742 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
745 sizeof(key->used_outputs)); in v3d_update_compiled_vs()
794 sizeof(*key->used_outputs) * in v3d_update_compiled_vs()
807 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c237 key.used_outputs, in v3d_shader_precompile()
262 key.used_outputs, in v3d_shader_precompile()
664 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_gs()
667 sizeof(key->used_outputs)); in v3d_update_compiled_gs()
736 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
739 sizeof(key->used_outputs)); in v3d_update_compiled_vs()
742 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
745 sizeof(key->used_outputs)); in v3d_update_compiled_vs()
794 sizeof(*key->used_outputs) * in v3d_update_compiled_vs()
807 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_program.c237 key.used_outputs, in v3d_shader_precompile()
262 key.used_outputs, in v3d_shader_precompile()
664 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_gs()
667 sizeof(key->used_outputs)); in v3d_update_compiled_gs()
736 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
739 sizeof(key->used_outputs)); in v3d_update_compiled_vs()
742 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
745 sizeof(key->used_outputs)); in v3d_update_compiled_vs()
794 sizeof(*key->used_outputs) * in v3d_update_compiled_vs()
807 STATIC_ASSERT(sizeof(key->used_outputs) == in v3d_update_compiled_vs()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_compiler.h447 struct v3d_varying_slot used_outputs[V3D_MAX_FS_INPUTS]; member
457 struct v3d_varying_slot used_outputs[V3D_MAX_ANY_STAGE_INPUTS]; member
H A Dv3d_nir_lower_io.c120 struct v3d_varying_slot *used_outputs = NULL; in v3d_varying_slot_vpm_offset() local
124 used_outputs = c->vs_key->used_outputs; in v3d_varying_slot_vpm_offset()
128 used_outputs = c->gs_key->used_outputs; in v3d_varying_slot_vpm_offset()
135 struct v3d_varying_slot slot = used_outputs[i]; in v3d_varying_slot_vpm_offset()
H A Dvir.c887 uint64_t used_outputs[4] = {0}; in v3d_nir_lower_vs_early() local
889 int slot = v3d_slot_get_slot(c->vs_key->used_outputs[i]); in v3d_nir_lower_vs_early()
890 int comp = v3d_slot_get_component(c->vs_key->used_outputs[i]); in v3d_nir_lower_vs_early()
891 used_outputs[comp] |= 1ull << slot; in v3d_nir_lower_vs_early()
894 nir_var_shader_out, used_outputs, NULL); /* demotes to globals */ in v3d_nir_lower_vs_early()
921 uint64_t used_outputs[4] = {0}; in v3d_nir_lower_gs_early() local
923 int slot = v3d_slot_get_slot(c->gs_key->used_outputs[i]); in v3d_nir_lower_gs_early()
924 int comp = v3d_slot_get_component(c->gs_key->used_outputs[i]); in v3d_nir_lower_gs_early()
925 used_outputs[comp] |= 1ull << slot; in v3d_nir_lower_gs_early()
928 nir_var_shader_out, used_outputs, NULL); /* demotes to globals */ in v3d_nir_lower_gs_early()
/dports/graphics/mesa-libs/mesa-21.3.6/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1277 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_gs_key()
1284 key->used_outputs, in pipeline_populate_v3d_gs_key()
1285 sizeof(key->used_outputs)); in pipeline_populate_v3d_gs_key()
1330 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_vs_key()
1337 key->used_outputs, in pipeline_populate_v3d_vs_key()
1338 sizeof(key->used_outputs)); in pipeline_populate_v3d_vs_key()
1346 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_vs_key()
1353 key->used_outputs, in pipeline_populate_v3d_vs_key()
1354 sizeof(key->used_outputs)); in pipeline_populate_v3d_vs_key()
1367 key->used_outputs, in pipeline_populate_v3d_vs_key()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/broadcom/compiler/
H A Dv3d_nir_lower_io.c120 struct v3d_varying_slot *used_outputs = NULL; in v3d_varying_slot_vpm_offset() local
124 used_outputs = c->vs_key->used_outputs; in v3d_varying_slot_vpm_offset()
128 used_outputs = c->gs_key->used_outputs; in v3d_varying_slot_vpm_offset()
135 struct v3d_varying_slot slot = used_outputs[i]; in v3d_varying_slot_vpm_offset()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1277 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_gs_key()
1284 key->used_outputs, in pipeline_populate_v3d_gs_key()
1285 sizeof(key->used_outputs)); in pipeline_populate_v3d_gs_key()
1330 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_vs_key()
1337 key->used_outputs, in pipeline_populate_v3d_vs_key()
1338 sizeof(key->used_outputs)); in pipeline_populate_v3d_vs_key()
1346 STATIC_ASSERT(sizeof(key->used_outputs) == in pipeline_populate_v3d_vs_key()
1353 key->used_outputs, in pipeline_populate_v3d_vs_key()
1354 sizeof(key->used_outputs)); in pipeline_populate_v3d_vs_key()
1367 key->used_outputs, in pipeline_populate_v3d_vs_key()
[all …]

123