Home
last modified time | relevance | path

Searched refs:SpvOpTypeFunction (Results 1 – 25 of 70) sorted by relevance

123

/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_add_type_function.cpp59 if (inst.opcode() != SpvOpTypeFunction) { in IsApplicable()
98 ir_context, SpvOpTypeFunction, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_function_call.cpp63 assert(callee_type_inst->opcode() == SpvOpTypeFunction && in IsApplicable()
Dtransformation_permute_function_parameters.cpp88 if (!new_type || new_type->opcode() != SpvOpTypeFunction || in IsApplicable()
Dfuzzer_pass_add_function_calls.cpp178 assert(function_type->opcode() == SpvOpTypeFunction && in ChooseFunctionCallArguments()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_function.cpp59 if (inst.opcode() != SpvOpTypeFunction) { in IsApplicable()
98 ir_context, SpvOpTypeFunction, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_function_call.cpp63 assert(callee_type_inst->opcode() == SpvOpTypeFunction && in IsApplicable()
Dtransformation_permute_function_parameters.cpp88 if (!new_type || new_type->opcode() != SpvOpTypeFunction || in IsApplicable()
Dfuzzer_pass_add_function_calls.cpp178 assert(function_type->opcode() == SpvOpTypeFunction && in ChooseFunctionCallArguments()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_function.cpp60 if (inst.opcode() != SpvOpTypeFunction) { in IsApplicable()
99 context, SpvOpTypeFunction, 0, message_.fresh_id(), in_operands)); in Apply()
Dtransformation_function_call.cpp62 assert(callee_type_inst->opcode() == SpvOpTypeFunction && in IsApplicable()
Dfuzzer_pass_add_function_calls.cpp174 assert(function_type->opcode() == SpvOpTypeFunction && in ChooseFunctionCallArguments()
/external/angle/third_party/spirv-tools/src/test/link/
Dglobal_values_amount_test.cpp48 3u << SpvWordCountShift | SpvOpTypeFunction, in SetUp()
/external/swiftshader/third_party/SPIRV-Tools/test/link/
Dglobal_values_amount_test.cpp48 3u << SpvWordCountShift | SpvOpTypeFunction, in SetUp()
/external/deqp-deps/SPIRV-Tools/test/link/
Dglobal_values_amount_test.cpp48 3u << SpvWordCountShift | SpvOpTypeFunction, in SetUp()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_function.cpp59 if (!function_type || SpvOpTypeFunction != function_type->opcode()) { in ValidateFunction()
245 if (!function_type || function_type->opcode() != SpvOpTypeFunction) { in ValidateFunctionCall()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp59 if (!function_type || SpvOpTypeFunction != function_type->opcode()) { in ValidateFunction()
245 if (!function_type || function_type->opcode() != SpvOpTypeFunction) { in ValidateFunctionCall()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_function.cpp59 if (!function_type || SpvOpTypeFunction != function_type->opcode()) { in ValidateFunction()
245 if (!function_type || function_type->opcode() != SpvOpTypeFunction) { in ValidateFunctionCall()
/external/mesa3d/src/compiler/spirv/
Dgl_spirv.c156 case SpvOpTypeFunction: in vtn_validate_handle_constant_instruction()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp167 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
/external/angle/third_party/spirv-tools/src/test/val/
Dval_type_unique_test.cpp167 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp167 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp328 case SpvOpTypeFunction: in spvOpcodeGeneratesType()
/external/angle/third_party/spirv-tools/src/source/
Dopcode.cpp328 case SpvOpTypeFunction: in spvOpcodeGeneratesType()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp326 case SpvOpTypeFunction: in spvOpcodeGeneratesType()
/external/skia/src/sksl/
Dspirv.h604 SpvOpTypeFunction = 33, enumerator

123