Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp319 bool col_major, bool in_matrix) { in ByteSize() argument
343 if (in_matrix && !col_major && matrix_stride > 0) { in ByteSize()
390 bool in_matrix = false; in GenLastByteIdx() local
430 in_matrix = true; in GenLastByteIdx()
437 if (in_matrix && !col_major) { in GenLastByteIdx()
506 uint32_t bsize = ByteSize(curr_ty_id, matrix_stride, col_major, in_matrix); in GenLastByteIdx()
Dinst_bindless_check_pass.h140 bool in_matrix);
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp326 bool col_major, bool in_matrix) { in ByteSize() argument
350 if (in_matrix && !col_major && matrix_stride > 0) { in ByteSize()
397 bool in_matrix = false; in GenLastByteIdx() local
437 in_matrix = true; in GenLastByteIdx()
444 if (in_matrix && !col_major) { in GenLastByteIdx()
513 uint32_t bsize = ByteSize(curr_ty_id, matrix_stride, col_major, in_matrix); in GenLastByteIdx()
Dinst_bindless_check_pass.h140 bool in_matrix);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinst_bindless_check_pass.cpp326 bool col_major, bool in_matrix) { in ByteSize() argument
350 if (in_matrix && !col_major && matrix_stride > 0) { in ByteSize()
397 bool in_matrix = false; in GenLastByteIdx() local
437 in_matrix = true; in GenLastByteIdx()
444 if (in_matrix && !col_major) { in GenLastByteIdx()
513 uint32_t bsize = ByteSize(curr_ty_id, matrix_stride, col_major, in_matrix); in GenLastByteIdx()
Dinst_bindless_check_pass.h140 bool in_matrix);