Home
last modified time | relevance | path

Searched refs:spvOpcodeIsScalarType (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.h61 int32_t spvOpcodeIsScalarType(const SpvOp opcode);
Dopcode.cpp207 int32_t spvOpcodeIsScalarType(const SpvOp opcode) { in spvOpcodeIsScalarType() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dopcode.h61 int32_t spvOpcodeIsScalarType(const SpvOp opcode);
Dopcode.cpp207 int32_t spvOpcodeIsScalarType(const SpvOp opcode) { in spvOpcodeIsScalarType() function
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.h61 int32_t spvOpcodeIsScalarType(const SpvOp opcode);
Dopcode.cpp207 int32_t spvOpcodeIsScalarType(const SpvOp opcode) { in spvOpcodeIsScalarType() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dif_conversion.cpp204 if (spvOpcodeIsScalarType(op) || op == SpvOpTypePointer || in CheckType()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dif_conversion.cpp204 if (spvOpcodeIsScalarType(op) || op == SpvOpTypePointer || in CheckType()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dif_conversion.cpp204 if (spvOpcodeIsScalarType(op) || op == SpvOpTypePointer || in CheckType()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_composites.cpp144 if (!spvOpcodeIsScalarType(result_opcode)) { in ValidateVectorExtractDynamic()
Dvalidate_type.cpp153 if (!component_type || !spvOpcodeIsScalarType(component_type->opcode())) { in ValidateTypeVector()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_composites.cpp144 if (!spvOpcodeIsScalarType(result_opcode)) { in ValidateVectorExtractDynamic()
Dvalidate_type.cpp153 if (!component_type || !spvOpcodeIsScalarType(component_type->opcode())) { in ValidateTypeVector()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp144 if (!spvOpcodeIsScalarType(result_opcode)) { in ValidateVectorExtractDynamic()
Dvalidate_type.cpp153 if (!component_type || !spvOpcodeIsScalarType(component_type->opcode())) { in ValidateTypeVector()
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.cpp1960 if (!spvOpcodeIsScalarType(type_inst->opcode())) { in GetTypeNumberKind()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/diff/
Ddiff.cpp1960 if (!spvOpcodeIsScalarType(type_inst->opcode())) { in GetTypeNumberKind()