Home
last modified time | relevance | path

Searched refs:spvOpcodeGeneratesType (Results 1 – 20 of 20) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_type.cpp97 if (!element_type || !spvOpcodeGeneratesType(element_type->opcode())) { in ValidateTypeArray()
152 if (!element_type || !spvOpcodeGeneratesType(element_type->opcode())) { in ValidateTypeRuntimeArray()
173 if (!member_type || !spvOpcodeGeneratesType(member_type->opcode())) { in ValidateTypeStruct()
237 if (!type || !spvOpcodeGeneratesType(type->opcode())) { in ValidateTypePointer()
249 if (!return_type || !spvOpcodeGeneratesType(return_type->opcode())) { in ValidateTypeFunction()
259 if (!param_type || !spvOpcodeGeneratesType(param_type->opcode())) { in ValidateTypeFunction()
316 if (!spvOpcodeGeneratesType(inst->opcode()) && in TypePass()
Dvalidate_id.cpp168 if (spvOpcodeGeneratesType(def->opcode()) && in IdPass()
169 !spvOpcodeGeneratesType(opcode) && !spvOpcodeIsDebug(opcode) && in IdPass()
188 if (!spvOpcodeGeneratesType(def->opcode())) { in IdPass()
Dvalidation_state.cpp85 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) { in IsInstructionInLayoutSection()
103 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) { in IsInstructionInLayoutSection()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_type.cpp98 if (!element_type || !spvOpcodeGeneratesType(element_type->opcode())) { in ValidateTypeArray()
163 if (!element_type || !spvOpcodeGeneratesType(element_type->opcode())) { in ValidateTypeRuntimeArray()
195 if (!member_type || !spvOpcodeGeneratesType(member_type->opcode())) { in ValidateTypeStruct()
274 if (!type || !spvOpcodeGeneratesType(type->opcode())) { in ValidateTypePointer()
286 if (!return_type || !spvOpcodeGeneratesType(return_type->opcode())) { in ValidateTypeFunction()
296 if (!param_type || !spvOpcodeGeneratesType(param_type->opcode())) { in ValidateTypeFunction()
353 if (!spvOpcodeGeneratesType(inst->opcode()) && in TypePass()
Dvalidate_id.cpp168 if (spvOpcodeGeneratesType(def->opcode()) && in IdPass()
169 !spvOpcodeGeneratesType(opcode) && !spvOpcodeIsDebug(opcode) && in IdPass()
174 } else if (def->type_id() == 0 && !spvOpcodeGeneratesType(opcode) && in IdPass()
198 if (!spvOpcodeGeneratesType(def->opcode())) { in IdPass()
Dvalidation_state.cpp85 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) { in IsInstructionInLayoutSection()
103 if (spvOpcodeGeneratesType(op) || spvOpcodeIsConstant(op)) { in IsInstructionInLayoutSection()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.h94 int32_t spvOpcodeGeneratesType(SpvOp opcode);
Dbinary.cpp448 spvOpcodeGeneratesType(opcode) ? inst->result_id : inst->type_id; in parseOperand()
750 if (spvOpcodeGeneratesType(opcode)) { in recordNumberType()
Dopcode.cpp303 int32_t spvOpcodeGeneratesType(SpvOp op) { in spvOpcodeGeneratesType() function
Dtext.cpp626 if (spvOpcodeGeneratesType(pInst->opcode)) { in spvTextEncodeOpcode()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.h94 int32_t spvOpcodeGeneratesType(SpvOp opcode);
Dbinary.cpp444 spvOpcodeGeneratesType(opcode) ? inst->result_id : inst->type_id; in parseOperand()
746 if (spvOpcodeGeneratesType(opcode)) { in recordNumberType()
Dopcode.cpp303 int32_t spvOpcodeGeneratesType(SpvOp op) { in spvOpcodeGeneratesType() function
Dtext.cpp626 if (spvOpcodeGeneratesType(pInst->opcode)) { in spvTextEncodeOpcode()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp103 if (!spvOpcodeGeneratesType((i->opcode())) && in RemoveDuplicateTypes()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp103 if (!spvOpcodeGeneratesType((i->opcode())) && in RemoveDuplicateTypes()
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp241 inst_.result_id, spvOpcodeGeneratesType(SpvOp(inst_.opcode)) in ProcessCurInstruction()
368 if (spvOpcodeGeneratesType(opcode)) { in ProcessCurInstruction()
Dmarkv_decoder.cpp908 if (spvOpcodeGeneratesType(opcode)) { in RecordNumberType()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_codec.cpp241 inst_.result_id, spvOpcodeGeneratesType(SpvOp(inst_.opcode)) in ProcessCurInstruction()
368 if (spvOpcodeGeneratesType(opcode)) { in ProcessCurInstruction()
Dmarkv_decoder.cpp908 if (spvOpcodeGeneratesType(opcode)) { in RecordNumberType()