Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/SPIRV-Tools/tools/comp/
Dmarkv_model_shader_default_autogen.inc33 { 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/
Dmarkv_model_shader_default_autogen.inc33 { 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/
Dmarkv_codec.cpp217 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/
Dmarkv_codec.cpp217 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/
Dvalidate_function.cpp30 if (!function_type || SpvOpTypeFunction != function_type->opcode()) { in ValidateFunction()
138 if (!function_type || function_type->opcode() != SpvOpTypeFunction) { in ValidateFunctionCall()
Dvalidate_type.cpp342 case SpvOpTypeFunction: in TypePass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp30 if (!function_type || SpvOpTypeFunction != function_type->opcode()) { in ValidateFunction()
211 if (!function_type || function_type->opcode() != SpvOpTypeFunction) { in ValidateFunctionCall()
Dvalidate_type.cpp379 case SpvOpTypeFunction: in TypePass()
/external/deqp-deps/SPIRV-Tools/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/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp167 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_type_unique_test.cpp167 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
/external/mesa3d/prebuilt-intermediates/spirv/
Dspirv_info.c218 case SpvOpTypeFunction: return "SpvOpTypeFunction"; in spirv_op_to_string()
Dvtn_gather_types.c57 case SpvOpTypeFunction: return (struct type_args){ 0, -1 }; in result_type_args_for_opcode()
/external/deqp-deps/SPIRV-Tools/source/
Dopcode.cpp319 case SpvOpTypeFunction: in spvOpcodeGeneratesType()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp319 case SpvOpTypeFunction: in spvOpcodeGeneratesType()
/external/skia/src/sksl/
Dspirv.h604 SpvOpTypeFunction = 33, enumerator
/external/skqp/src/sksl/
Dspirv.h604 SpvOpTypeFunction = 33, enumerator
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp351 MakeUnique<Instruction>(context(), SpvOpTypeFunction, 0, id, ops); in GetTypeInstruction()
692 case SpvOpTypeFunction: { in RecordIfTypeDefinition()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtype_manager.cpp351 MakeUnique<Instruction>(context(), SpvOpTypeFunction, 0, id, ops); in GetTypeInstruction()
692 case SpvOpTypeFunction: { in RecordIfTypeDefinition()
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h698 SpvOpTypeFunction = 33, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h698 SpvOpTypeFunction = 33, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.h698 SpvOpTypeFunction = 33, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.h715 SpvOpTypeFunction = 33, enumerator
/external/mesa3d/src/compiler/spirv/
Dspirv.h715 SpvOpTypeFunction = 33, enumerator

12