/external/swiftshader/third_party/SPIRV-Tools/tools/comp/ |
D | markv_model_shader_default_autogen.inc | 33 { CombineOpcodeAndNumOperands(SpvOpTypeFunction, 3), 19998 }, 44 { CombineOpcodeAndNumOperands(SpvOpTypeFunction, 2), 19779 }, 1434 codecs.emplace(SpvOpTypeFunction, std::move(codec)); 5124 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 0), std::move(codec)); 5159 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 1), std::move(codec)); 5224 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 2), std::move(codec)); 5249 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 3), std::move(codec)); 5274 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 4), std::move(codec)); 5293 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 5), std::move(codec)); 5312 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 6), std::move(codec)); [all …]
|
/external/deqp-deps/SPIRV-Tools/tools/comp/ |
D | markv_model_shader_default_autogen.inc | 33 { CombineOpcodeAndNumOperands(SpvOpTypeFunction, 3), 19998 }, 44 { CombineOpcodeAndNumOperands(SpvOpTypeFunction, 2), 19779 }, 1434 codecs.emplace(SpvOpTypeFunction, std::move(codec)); 5124 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 0), std::move(codec)); 5159 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 1), std::move(codec)); 5224 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 2), std::move(codec)); 5249 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 3), std::move(codec)); 5274 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 4), std::move(codec)); 5293 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 5), std::move(codec)); 5312 codecs.emplace(std::pair<uint32_t, uint32_t>(SpvOpTypeFunction, 6), std::move(codec)); [all …]
|
/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | markv_codec.cpp | 217 assert(def_inst->opcode() == SpvOpTypeFunction); in ProcessCurInstruction() 306 if (inst_.opcode == SpvOpTypeFunction) { in ProcessCurInstruction() 369 if (opcode != SpvOpTypeFunction) { in ProcessCurInstruction() 530 case SpvOpTypeFunction: { in GetRuleBasedMtf() 746 assert(function_type_inst->opcode() == SpvOpTypeFunction); in GetRuleBasedMtf()
|
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
D | markv_codec.cpp | 217 assert(def_inst->opcode() == SpvOpTypeFunction); in ProcessCurInstruction() 306 if (inst_.opcode == SpvOpTypeFunction) { in ProcessCurInstruction() 369 if (opcode != SpvOpTypeFunction) { in ProcessCurInstruction() 530 case SpvOpTypeFunction: { in GetRuleBasedMtf() 746 assert(function_type_inst->opcode() == SpvOpTypeFunction); in GetRuleBasedMtf()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 30 if (!function_type || SpvOpTypeFunction != function_type->opcode()) { in ValidateFunction() 138 if (!function_type || function_type->opcode() != SpvOpTypeFunction) { in ValidateFunctionCall()
|
D | validate_type.cpp | 342 case SpvOpTypeFunction: in TypePass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 30 if (!function_type || SpvOpTypeFunction != function_type->opcode()) { in ValidateFunction() 211 if (!function_type || function_type->opcode() != SpvOpTypeFunction) { in ValidateFunctionCall()
|
D | validate_type.cpp | 379 case SpvOpTypeFunction: in TypePass()
|
/external/deqp-deps/SPIRV-Tools/test/link/ |
D | global_values_amount_test.cpp | 48 3u << SpvWordCountShift | SpvOpTypeFunction, in SetUp()
|
/external/swiftshader/third_party/SPIRV-Tools/test/link/ |
D | global_values_amount_test.cpp | 48 3u << SpvWordCountShift | SpvOpTypeFunction, in SetUp()
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_type_unique_test.cpp | 167 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_type_unique_test.cpp | 167 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
|
/external/mesa3d/prebuilt-intermediates/spirv/ |
D | spirv_info.c | 218 case SpvOpTypeFunction: return "SpvOpTypeFunction"; in spirv_op_to_string()
|
D | vtn_gather_types.c | 57 case SpvOpTypeFunction: return (struct type_args){ 0, -1 }; in result_type_args_for_opcode()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 319 case SpvOpTypeFunction: in spvOpcodeGeneratesType()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 319 case SpvOpTypeFunction: in spvOpcodeGeneratesType()
|
/external/skia/src/sksl/ |
D | spirv.h | 604 SpvOpTypeFunction = 33, enumerator
|
/external/skqp/src/sksl/ |
D | spirv.h | 604 SpvOpTypeFunction = 33, enumerator
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | type_manager.cpp | 351 MakeUnique<Instruction>(context(), SpvOpTypeFunction, 0, id, ops); in GetTypeInstruction() 692 case SpvOpTypeFunction: { in RecordIfTypeDefinition()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | type_manager.cpp | 351 MakeUnique<Instruction>(context(), SpvOpTypeFunction, 0, id, ops); in GetTypeInstruction() 692 case SpvOpTypeFunction: { in RecordIfTypeDefinition()
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 698 SpvOpTypeFunction = 33, enumerator
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 698 SpvOpTypeFunction = 33, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.h | 698 SpvOpTypeFunction = 33, enumerator
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.h | 715 SpvOpTypeFunction = 33, enumerator
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv.h | 715 SpvOpTypeFunction = 33, enumerator
|