Home
last modified time | relevance | path

Searched refs:result_opcode (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp143 const SpvOp result_opcode = _.GetIdOpcode(result_type); in ValidateVectorExtractDynamic() local
144 if (!spvOpcodeIsScalarType(result_opcode)) { in ValidateVectorExtractDynamic()
178 const SpvOp result_opcode = _.GetIdOpcode(result_type); in ValidateVectorInsertDyanmic() local
179 if (result_opcode != SpvOpTypeVector) { in ValidateVectorInsertDyanmic()
215 const SpvOp result_opcode = _.GetIdOpcode(result_type); in ValidateCompositeConstruct() local
216 switch (result_opcode) { in ValidateCompositeConstruct()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_composites.cpp143 const SpvOp result_opcode = _.GetIdOpcode(result_type); in ValidateVectorExtractDynamic() local
144 if (!spvOpcodeIsScalarType(result_opcode)) { in ValidateVectorExtractDynamic()
178 const SpvOp result_opcode = _.GetIdOpcode(result_type); in ValidateVectorInsertDyanmic() local
179 if (result_opcode != SpvOpTypeVector) { in ValidateVectorInsertDyanmic()
215 const SpvOp result_opcode = _.GetIdOpcode(result_type); in ValidateCompositeConstruct() local
216 switch (result_opcode) { in ValidateCompositeConstruct()