Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.cpp842 const Instruction* mat_inst = FindDef(id); in GetMatrixTypeInfo() local
843 assert(mat_inst); in GetMatrixTypeInfo()
844 if (mat_inst->opcode() != SpvOpTypeMatrix) return false; in GetMatrixTypeInfo()
846 const uint32_t vec_type = mat_inst->word(2); in GetMatrixTypeInfo()
855 *num_cols = mat_inst->word(3); in GetMatrixTypeInfo()
857 *column_type = mat_inst->word(2); in GetMatrixTypeInfo()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidation_state.cpp842 const Instruction* mat_inst = FindDef(id); in GetMatrixTypeInfo() local
843 assert(mat_inst); in GetMatrixTypeInfo()
844 if (mat_inst->opcode() != SpvOpTypeMatrix) return false; in GetMatrixTypeInfo()
846 const uint32_t vec_type = mat_inst->word(2); in GetMatrixTypeInfo()
855 *num_cols = mat_inst->word(3); in GetMatrixTypeInfo()
857 *column_type = mat_inst->word(2); in GetMatrixTypeInfo()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp842 const Instruction* mat_inst = FindDef(id); in GetMatrixTypeInfo() local
843 assert(mat_inst); in GetMatrixTypeInfo()
844 if (mat_inst->opcode() != SpvOpTypeMatrix) return false; in GetMatrixTypeInfo()
846 const uint32_t vec_type = mat_inst->word(2); in GetMatrixTypeInfo()
855 *num_cols = mat_inst->word(3); in GetMatrixTypeInfo()
857 *column_type = mat_inst->word(2); in GetMatrixTypeInfo()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp139 std::unique_ptr<Instruction> mat_inst(new Instruction( in MatConvertCleanup() local
141 (void)builder.AddInstruction(std::move(mat_inst)); in MatConvertCleanup()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp139 std::unique_ptr<Instruction> mat_inst(new Instruction( in MatConvertCleanup() local
141 (void)builder.AddInstruction(std::move(mat_inst)); in MatConvertCleanup()
/external/angle/third_party/spirv-tools/src/source/opt/
Dconvert_to_half_pass.cpp139 std::unique_ptr<Instruction> mat_inst(new Instruction( in MatConvertCleanup() local
141 (void)builder.AddInstruction(std::move(mat_inst)); in MatConvertCleanup()