HomeSort by: relevance | last modified time | path
    Searched refs:GLSL_MATRIX_LAYOUT_ROW_MAJOR (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_buffer_access.cpp 216 case GLSL_MATRIX_LAYOUT_ROW_MAJOR:
243 case GLSL_MATRIX_LAYOUT_ROW_MAJOR:
link_uniforms.cpp 171 bool row_major = matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR;
292 var->data.matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR;
377 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
gl_nir_link_uniforms.c 1257 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
1818 var->data.matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR;
ast_to_hir.cpp 7643 matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
7749 fields[i].matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR;
7756 assert(fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR
8070 matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR;
8307 GLSL_MATRIX_LAYOUT_ROW_MAJOR,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_buffer_access.cpp 216 case GLSL_MATRIX_LAYOUT_ROW_MAJOR:
243 case GLSL_MATRIX_LAYOUT_ROW_MAJOR:
link_uniforms.cpp 77 var->data.matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR;
162 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
ast_to_hir.cpp 7393 matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
7499 fields[i].matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR;
7506 assert(fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR
7810 matrix_layout = GLSL_MATRIX_LAYOUT_ROW_MAJOR;
8047 GLSL_MATRIX_LAYOUT_ROW_MAJOR,
linker.cpp 4332 bool row_major = matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR;
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 1982 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
2112 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
2171 } else if (fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
2307 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
2480 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
2529 } else if (fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
2639 assert(fields[i].matrix_layout != GLSL_MATRIX_LAYOUT_ROW_MAJOR);
2722 assert(fields[i].matrix_layout != GLSL_MATRIX_LAYOUT_ROW_MAJOR);
glsl_types.h 276 GLSL_MATRIX_LAYOUT_ROW_MAJOR
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 1727 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
1857 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
1916 } else if (fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
2052 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
2157 if (matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
2206 } else if (fields[i].matrix_layout == GLSL_MATRIX_LAYOUT_ROW_MAJOR) {
glsl_types.h 188 GLSL_MATRIX_LAYOUT_ROW_MAJOR

Completed in 30 milliseconds