Searched refs:GLSL_MATRIX_LAYOUT_ROW_MAJOR (Results 1 – 5 of 5) sorted by relevance
75 var->data.matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR; in process()160 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in recursion()
1291 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in nir_link_uniform()1876 var->data.matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR; in gl_nir_link_uniforms()
7669 matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in ast_process_struct_or_iface_block_members()7775 fields[i].matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR; in ast_process_struct_or_iface_block_members()7782 assert(fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR in ast_process_struct_or_iface_block_members()8096 matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR; in hir()8335 GLSL_MATRIX_LAYOUT_ROW_MAJOR, in hir()
2096 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in std140_base_alignment()2226 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in std140_size()2285 } else if (fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in get_explicit_std140_type()2421 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in std430_base_alignment()2594 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in std430_size()2643 } else if (fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) { in get_explicit_std430_type()2753 assert(fields[i].matrix_layout != GLSL_MATRIX_LAYOUT_ROW_MAJOR); in get_explicit_type_for_size_align()2846 assert(fields[i].matrix_layout != GLSL_MATRIX_LAYOUT_ROW_MAJOR); in replace_vec3_with_vec4()
280 GLSL_MATRIX_LAYOUT_ROW_MAJOR enumerator