Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dopcode.h61 int32_t spvOpcodeIsScalarType(const spv::Op opcode);
H A Dopcode.cpp211 int32_t spvOpcodeIsScalarType(const spv::Op opcode) { in spvOpcodeIsScalarType() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dopcode.h61 int32_t spvOpcodeIsScalarType(const spv::Op opcode);
Dopcode.cpp211 int32_t spvOpcodeIsScalarType(const spv::Op opcode) { in spvOpcodeIsScalarType() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dopcode.h61 int32_t spvOpcodeIsScalarType(const spv::Op opcode);
H A Dopcode.cpp233 int32_t spvOpcodeIsScalarType(const spv::Op opcode) { in spvOpcodeIsScalarType() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dif_conversion.cpp214 if (spvOpcodeIsScalarType(op) || op == spv::Op::OpTypePointer || in CheckType()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dif_conversion.cpp214 if (spvOpcodeIsScalarType(op) || op == spv::Op::OpTypePointer || in CheckType()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dif_conversion.cpp214 if (spvOpcodeIsScalarType(op) || op == spv::Op::OpTypePointer || in CheckType()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_composites.cpp144 if (!spvOpcodeIsScalarType(result_opcode)) { in ValidateVectorExtractDynamic()
H A Dvalidate_type.cpp138 if (!component_type || !spvOpcodeIsScalarType(component_type->opcode())) { in ValidateTypeVector()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dvalidate_composites.cpp144 if (!spvOpcodeIsScalarType(result_opcode)) { in ValidateVectorExtractDynamic()
H A Dvalidate_type.cpp140 if (!component_type || !spvOpcodeIsScalarType(component_type->opcode())) { in ValidateTypeVector()
/aosp_15_r20/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()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/diff/
H A Ddiff.cpp2071 if (!spvOpcodeIsScalarType(type_inst->opcode())) { in GetTypeNumberKind()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/diff/
H A Ddiff.cpp2071 if (!spvOpcodeIsScalarType(type_inst->opcode())) { in GetTypeNumberKind()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp2071 if (!spvOpcodeIsScalarType(type_inst->opcode())) { in GetTypeNumberKind()