Home
last modified time | relevance | path

Searched refs:vec_inst (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp903 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local
904 assert(vec_inst); in GetMatrixTypeInfo()
906 if (vec_inst->opcode() != SpvOpTypeVector) { in GetMatrixTypeInfo()
912 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()
914 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp903 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local
904 assert(vec_inst); in GetMatrixTypeInfo()
906 if (vec_inst->opcode() != SpvOpTypeVector) { in GetMatrixTypeInfo()
912 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()
914 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
/third_party/spirv-tools/source/val/
H A Dvalidation_state.cpp1121 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local
1122 assert(vec_inst); in GetMatrixTypeInfo()
1124 if (vec_inst->opcode() != spv::Op::OpTypeVector) { in GetMatrixTypeInfo()
1130 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()
1132 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py2469 vec_inst = ('vec' + str(i),) variable
2481 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),
2486 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')

Completed in 17 milliseconds