Home
last modified time | relevance | path

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

/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
336 if (col_major) { in ByteSize()
350 if (in_matrix && !col_major && matrix_stride > 0) { in ByteSize()
395 bool col_major = false; in GenLastByteIdx() local
423 if (col_major) { in GenLastByteIdx()
444 if (in_matrix && !col_major) { in GenLastByteIdx()
491 [&member_idx, &col_major](const Instruction& deco_inst) { in GenLastByteIdx()
494 col_major = true; in GenLastByteIdx()
497 if (!found) col_major = false; in GenLastByteIdx()
513 uint32_t bsize = ByteSize(curr_ty_id, matrix_stride, col_major, in_matrix); in GenLastByteIdx()
Dinst_bindless_check_pass.h139 uint32_t ByteSize(uint32_t ty_id, uint32_t matrix_stride, bool col_major,
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp326 bool col_major, bool in_matrix) { in ByteSize() argument
336 if (col_major) { in ByteSize()
350 if (in_matrix && !col_major && matrix_stride > 0) { in ByteSize()
395 bool col_major = false; in GenLastByteIdx() local
423 if (col_major) { in GenLastByteIdx()
444 if (in_matrix && !col_major) { in GenLastByteIdx()
491 [&member_idx, &col_major](const Instruction& deco_inst) { in GenLastByteIdx()
494 col_major = true; in GenLastByteIdx()
497 if (!found) col_major = false; in GenLastByteIdx()
513 uint32_t bsize = ByteSize(curr_ty_id, matrix_stride, col_major, in_matrix); in GenLastByteIdx()
Dinst_bindless_check_pass.h139 uint32_t ByteSize(uint32_t ty_id, uint32_t matrix_stride, bool col_major,
/third_party/spirv-tools/source/opt/
Dinst_bindless_check_pass.cpp326 bool col_major, bool in_matrix) { in ByteSize() argument
336 if (col_major) { in ByteSize()
350 if (in_matrix && !col_major && matrix_stride > 0) { in ByteSize()
395 bool col_major = false; in GenLastByteIdx() local
423 if (col_major) { in GenLastByteIdx()
444 if (in_matrix && !col_major) { in GenLastByteIdx()
491 [&member_idx, &col_major](const Instruction& deco_inst) { in GenLastByteIdx()
494 col_major = true; in GenLastByteIdx()
497 if (!found) col_major = false; in GenLastByteIdx()
513 uint32_t bsize = ByteSize(curr_ty_id, matrix_stride, col_major, in_matrix); in GenLastByteIdx()
Dinst_bindless_check_pass.h139 uint32_t ByteSize(uint32_t ty_id, uint32_t matrix_stride, bool col_major,