Home
last modified time | relevance | path

Searched refs:GLSL_INTERFACE_PACKING_STD430 (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dlink_uniform_blocks.cpp73 if (packing == GLSL_INTERFACE_PACKING_STD430) in enter_record()
94 if (packing == GLSL_INTERFACE_PACKING_STD430) in leave_record()
164 if (packing == GLSL_INTERFACE_PACKING_STD430) { in visit_field()
Dlink_uniforms.cpp280 return packing == GLSL_INTERFACE_PACKING_STD430 in link_calculate_matrix_stride()
Dgl_nir_link_uniforms.c1163 if (packing == GLSL_INTERFACE_PACKING_STD430) in enter_record()
1186 if (packing == GLSL_INTERFACE_PACKING_STD430) in leave_record()
1429 if (packing == GLSL_INTERFACE_PACKING_STD430) { in nir_link_uniform()
1480 if (packing == GLSL_INTERFACE_PACKING_STD430) in nir_link_uniform()
Dast_to_hir.cpp8067 packing = GLSL_INTERFACE_PACKING_STD430; in hir()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_uniforms_to_ubo.c161 glsl_interface_type(&field, 1, GLSL_INTERFACE_PACKING_STD430, in nir_lower_uniforms_to_ubo()
Dnir_lower_atomics_to_ssbo.c257 glsl_interface_type(&field, 1, GLSL_INTERFACE_PACKING_STD430, in nir_lower_atomics_to_ssbo()
/third_party/mesa3d/src/compiler/
Dglsl_types.h1269 assert(packing == GLSL_INTERFACE_PACKING_STD430 || in get_internal_ifc_packing()
1273 return GLSL_INTERFACE_PACKING_STD430; in get_internal_ifc_packing()
Dshader_enums.h886 GLSL_INTERFACE_PACKING_STD430 enumerator
Dglsl_types.cpp2694 assert(packing == GLSL_INTERFACE_PACKING_STD430); in get_explicit_interface_type()
/third_party/mesa3d/src/compiler/nir/tests/
Dvars_tests.cpp1337 GLSL_INTERFACE_PACKING_STD430, in TEST_F()
1384 GLSL_INTERFACE_PACKING_STD430, in TEST_F()
1423 GLSL_INTERFACE_PACKING_STD430, in TEST_F()
1467 GLSL_INTERFACE_PACKING_STD430, in TEST_F()
1517 GLSL_INTERFACE_PACKING_STD430, in TEST_F()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_nir_passes.c649 glsl_interface_type(&field, 1, GLSL_INTERFACE_PACKING_STD430, in d3d12_lower_state_vars()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1318 glsl_interface_type(&field, 1, GLSL_INTERFACE_PACKING_STD430, in add_ssbo_var()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c2265 …glsl_array_type(glsl_interface_type(fields, 1, GLSL_INTERFACE_PACKING_STD430, false, "struct"), 1,… in unbreak_bos()