Home
last modified time | relevance | path

Searched refs:rows_id (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_type.cpp584 const auto rows_id = inst->GetOperandAs<uint32_t>(rows_index); in ValidateTypeCooperativeMatrixNV() local
585 const auto rows = _.FindDef(rows_id); in ValidateTypeCooperativeMatrixNV()
589 << "OpTypeCooperativeMatrixNV Rows <id> '" << _.getIdName(rows_id) in ValidateTypeCooperativeMatrixNV()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_type.cpp584 const auto rows_id = inst->GetOperandAs<uint32_t>(rows_index); in ValidateTypeCooperativeMatrixNV() local
585 const auto rows = _.FindDef(rows_id); in ValidateTypeCooperativeMatrixNV()
589 << "OpTypeCooperativeMatrixNV Rows <id> '" << _.getIdName(rows_id) in ValidateTypeCooperativeMatrixNV()
/third_party/spirv-tools/source/val/
Dvalidate_type.cpp569 const auto rows_id = inst->GetOperandAs<uint32_t>(rows_index); in ValidateTypeCooperativeMatrixNV() local
570 const auto rows = _.FindDef(rows_id); in ValidateTypeCooperativeMatrixNV()
574 << "OpTypeCooperativeMatrixNV Rows <id> " << _.getIdName(rows_id) in ValidateTypeCooperativeMatrixNV()
/third_party/spirv-tools/source/opt/
Dtype_manager.cpp423 {SPV_OPERAND_TYPE_ID, {coop_mat->rows_id()}}, in GetTypeInstruction()
627 RebuildType(*component_type), cm_type->scope_id(), cm_type->rows_id(), in RebuildType()
Dtypes.h608 uint32_t rows_id() const { return rows_id_; } in rows_id() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtype_manager.cpp424 {SPV_OPERAND_TYPE_ID, {coop_mat->rows_id()}}, in GetTypeInstruction()
627 RebuildType(*component_type), cm_type->scope_id(), cm_type->rows_id(), in RebuildType()
Dtypes.h624 uint32_t rows_id() const { return rows_id_; } in rows_id() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp424 {SPV_OPERAND_TYPE_ID, {coop_mat->rows_id()}}, in GetTypeInstruction()
627 RebuildType(*component_type), cm_type->scope_id(), cm_type->rows_id(), in RebuildType()
Dtypes.h624 uint32_t rows_id() const { return rows_id_; } in rows_id() function