Home
last modified time | relevance | path

Searched refs:GLSL_MATRIX_LAYOUT_ROW_MAJOR (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dlower_buffer_access.cpp216 case GLSL_MATRIX_LAYOUT_ROW_MAJOR: in is_dereferenced_thing_row_major()
243 case GLSL_MATRIX_LAYOUT_ROW_MAJOR: in is_dereferenced_thing_row_major()
Dlink_uniforms.cpp171 bool row_major = matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR; in get_array_stride()
292 var->data.matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR; in process()
377 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in recursion()
Dgl_nir_link_uniforms.c1257 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in nir_link_uniform()
1818 var->data.matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR; in gl_nir_link_uniforms()
Dast_to_hir.cpp7643 matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in ast_process_struct_or_iface_block_members()
7749 fields[i].matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR; in ast_process_struct_or_iface_block_members()
7756 assert(fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR in ast_process_struct_or_iface_block_members()
8070 matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR; in hir()
8307 GLSL_MATRIX_LAYOUT_ROW_MAJOR, in hir()
/third_party/mesa3d/src/compiler/
Dglsl_types.cpp1982 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in std140_base_alignment()
2112 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in std140_size()
2171 } else if (fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in get_explicit_std140_type()
2307 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in std430_base_alignment()
2480 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in std430_size()
2529 } else if (fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in get_explicit_std430_type()
2639 assert(fields[i].matrix_layout != GLSL_MATRIX_LAYOUT_ROW_MAJOR); in get_explicit_type_for_size_align()
2722 assert(fields[i].matrix_layout != GLSL_MATRIX_LAYOUT_ROW_MAJOR); in replace_vec3_with_vec4()
Dglsl_types.h276 GLSL_MATRIX_LAYOUT_ROW_MAJOR enumerator