Home
last modified time | relevance | path

Searched refs:SpvOpUndef (Results 1 – 25 of 99) sorted by relevance

1234

/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp29 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/
DSkSLSPIRVCodeGenerator.cpp37 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/
Dreduction_util.cpp86 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/
Dreduction_util.cpp86 if (inst.opcode() != SpvOpUndef) { in FindOrCreateGlobalUndef()
95 context, SpvOpUndef, type_id, undef_id, opt::Instruction::OperandList()); in FindOrCreateGlobalUndef()
/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.misc_test.cpp40 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2}))); in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.misc_test.cpp40 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2}))); in TEST_F()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_state_test.cpp158 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/
Dval_state_test.cpp158 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F()
161 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_loads.cpp65 case SpvOpUndef: in Apply()
Dtransformation_add_global_undef.cpp46 ir_context, SpvOpUndef, message_.type_id(), message_.fresh_id(), in Apply()
Dtransformation_load.cpp59 case SpvOpUndef: in IsApplicable()
Dfuzzer_pass_add_stores.cpp77 case SpvOpUndef: in Apply()
Dtransformation_store.cpp60 case SpvOpUndef: in IsApplicable()
Dfuzzer_pass_add_access_chains.cpp69 case SpvOpUndef: in Apply()
Dtransformation_mutate_pointer.cpp137 if (!inst.result_id() || !inst.type_id() || inst.opcode() == SpvOpUndef || in IsValidPointerInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_global_undef.cpp46 ir_context, SpvOpUndef, message_.type_id(), message_.fresh_id(), in Apply()
Dfuzzer_pass_add_loads.cpp65 case SpvOpUndef: in Apply()
Dfuzzer_pass_add_stores.cpp77 case SpvOpUndef: in Apply()
Dtransformation_load.cpp59 case SpvOpUndef: in IsApplicable()
Dtransformation_store.cpp60 case SpvOpUndef: in IsApplicable()
Dfuzzer_pass_add_access_chains.cpp69 case SpvOpUndef: in Apply()
Dtransformation_mutate_pointer.cpp137 if (!inst.result_id() || !inst.type_id() || inst.opcode() == SpvOpUndef || in IsValidPointerInstruction()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_misc.cpp79 case SpvOpUndef: in MiscPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_misc.cpp79 case SpvOpUndef: in MiscPass()
/external/mesa3d/src/compiler/spirv/
Dgl_spirv.c179 case SpvOpUndef: in vtn_validate_handle_constant_instruction()

1234