Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.cpp1154 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local
1155 assert(vec_inst); in GetMatrixTypeInfo()
1157 if (vec_inst->opcode() != spv::Op::OpTypeVector) { in GetMatrixTypeInfo()
1163 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()
1165 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp1136 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local
1137 assert(vec_inst); in GetMatrixTypeInfo()
1139 if (vec_inst->opcode() != spv::Op::OpTypeVector) { in GetMatrixTypeInfo()
1145 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()
1147 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidation_state.cpp1171 const Instruction* vec_inst = FindDef(vec_type); in GetMatrixTypeInfo() local
1172 assert(vec_inst); in GetMatrixTypeInfo()
1174 if (vec_inst->opcode() != spv::Op::OpTypeVector) { in GetMatrixTypeInfo()
1180 *num_rows = vec_inst->word(3); in GetMatrixTypeInfo()
1182 *component_type = vec_inst->word(2); in GetMatrixTypeInfo()
/external/mesa3d/src/compiler/nir/
Dnir_opt_algebraic.py3194 vec_inst = ('vec' + str(i),) variable
3206 ((to_16, vec_inst + suffix_in), vec_inst + out_16, '!options->vectorize_vec2_16bit'),
3211 ((to_mp, vec_inst + suffix_in), vec_inst + out_mp, '!options->vectorize_vec2_16bit')