Searched refs:in_matrix (Results 1 – 6 of 6) sorted by relevance
/third_party/spirv-tools/source/opt/ |
D | inst_bindless_check_pass.cpp | 319 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()
|
D | inst_bindless_check_pass.h | 140 bool in_matrix);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | inst_bindless_check_pass.cpp | 326 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()
|
D | inst_bindless_check_pass.h | 140 bool in_matrix);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | inst_bindless_check_pass.cpp | 326 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()
|
D | inst_bindless_check_pass.h | 140 bool in_matrix);
|