/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 29 SpvOpUndef) in setupIntrinsics() 74 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics() 100 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics() 102 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics() 104 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics() 108 fIntrinsicMap[String("any")] = std::make_tuple(kSPIRV_IntrinsicKind, SpvOpUndef, in setupIntrinsics() 109 SpvOpUndef, SpvOpUndef, SpvOpAny); in setupIntrinsics() 110 fIntrinsicMap[String("all")] = std::make_tuple(kSPIRV_IntrinsicKind, SpvOpUndef, in setupIntrinsics() 111 SpvOpUndef, SpvOpUndef, SpvOpAll); in setupIntrinsics() 121 SpvOpULessThan, SpvOpUndef); in setupIntrinsics() [all …]
|
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 37 SpvOpUndef) in setupIntrinsics() 87 SpvOpDot, SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics() 115 SpvOpDPdx, SpvOpUndef, in setupIntrinsics() 116 SpvOpUndef, SpvOpUndef); in setupIntrinsics() 119 SpvOpFwidth, SpvOpUndef, in setupIntrinsics() 120 SpvOpUndef, SpvOpUndef); in setupIntrinsics() 132 SpvOpUndef, SpvOpUndef, in setupIntrinsics() 133 SpvOpUndef, SpvOpAny); in setupIntrinsics() 135 SpvOpUndef, SpvOpUndef, in setupIntrinsics() 136 SpvOpUndef, SpvOpAll); in setupIntrinsics() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
D | reduction_util.cpp | 86 if (inst.opcode() != SpvOpUndef) { in FindOrCreateGlobalUndef() 95 context, SpvOpUndef, type_id, undef_id, opt::Instruction::OperandList()); in FindOrCreateGlobalUndef()
|
/external/deqp-deps/SPIRV-Tools/source/reduce/ |
D | reduction_util.cpp | 86 if (inst.opcode() != SpvOpUndef) { in FindOrCreateGlobalUndef() 95 context, SpvOpUndef, type_id, undef_id, opt::Instruction::OperandList()); in FindOrCreateGlobalUndef()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | text_to_binary.misc_test.cpp | 40 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2}))); in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.misc_test.cpp | 40 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2}))); in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_state_test.cpp | 158 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F() 161 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_state_test.cpp | 158 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F() 161 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_add_loads.cpp | 65 case SpvOpUndef: in Apply()
|
D | transformation_add_global_undef.cpp | 46 ir_context, SpvOpUndef, message_.type_id(), message_.fresh_id(), in Apply()
|
D | transformation_load.cpp | 59 case SpvOpUndef: in IsApplicable()
|
D | fuzzer_pass_add_stores.cpp | 77 case SpvOpUndef: in Apply()
|
D | transformation_store.cpp | 60 case SpvOpUndef: in IsApplicable()
|
D | fuzzer_pass_add_access_chains.cpp | 69 case SpvOpUndef: in Apply()
|
D | transformation_mutate_pointer.cpp | 137 if (!inst.result_id() || !inst.type_id() || inst.opcode() == SpvOpUndef || in IsValidPointerInstruction()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_global_undef.cpp | 46 ir_context, SpvOpUndef, message_.type_id(), message_.fresh_id(), in Apply()
|
D | fuzzer_pass_add_loads.cpp | 65 case SpvOpUndef: in Apply()
|
D | fuzzer_pass_add_stores.cpp | 77 case SpvOpUndef: in Apply()
|
D | transformation_load.cpp | 59 case SpvOpUndef: in IsApplicable()
|
D | transformation_store.cpp | 60 case SpvOpUndef: in IsApplicable()
|
D | fuzzer_pass_add_access_chains.cpp | 69 case SpvOpUndef: in Apply()
|
D | transformation_mutate_pointer.cpp | 137 if (!inst.result_id() || !inst.type_id() || inst.opcode() == SpvOpUndef || in IsValidPointerInstruction()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_misc.cpp | 79 case SpvOpUndef: in MiscPass()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_misc.cpp | 79 case SpvOpUndef: in MiscPass()
|
/external/mesa3d/src/compiler/spirv/ |
D | gl_spirv.c | 179 case SpvOpUndef: in vtn_validate_handle_constant_instruction()
|