Home
last modified time | relevance | path

Searched refs:mty_inst (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp115 Instruction* mty_inst = get_def_use_mgr()->GetDef(mty_id); in MatConvertCleanup() local
116 if (mty_inst->opcode() != SpvOpTypeMatrix) return false; in MatConvertCleanup()
117 uint32_t vty_id = mty_inst->GetSingleWordInOperand(0); in MatConvertCleanup()
118 uint32_t v_cnt = mty_inst->GetSingleWordInOperand(1); in MatConvertCleanup()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp115 Instruction* mty_inst = get_def_use_mgr()->GetDef(mty_id); in MatConvertCleanup() local
116 if (mty_inst->opcode() != SpvOpTypeMatrix) return false; in MatConvertCleanup()
117 uint32_t vty_id = mty_inst->GetSingleWordInOperand(0); in MatConvertCleanup()
118 uint32_t v_cnt = mty_inst->GetSingleWordInOperand(1); in MatConvertCleanup()
/external/angle/third_party/spirv-tools/src/source/opt/
Dconvert_to_half_pass.cpp115 Instruction* mty_inst = get_def_use_mgr()->GetDef(mty_id); in MatConvertCleanup() local
116 if (mty_inst->opcode() != SpvOpTypeMatrix) return false; in MatConvertCleanup()
117 uint32_t vty_id = mty_inst->GetSingleWordInOperand(0); in MatConvertCleanup()
118 uint32_t v_cnt = mty_inst->GetSingleWordInOperand(1); in MatConvertCleanup()