Home
last modified time | relevance | path

Searched refs:OpConstantNull (Results 1 - 25 of 68) sorted by relevance

123

/third_party/spirv-tools/source/fuzz/
H A Dtransformation_add_constant_null.cpp51 ir_context, spv::Op::OpConstantNull, message_.type_id(), in Apply()
H A Dfuzzer_pass_add_access_chains.cpp68 case spv::Op::OpConstantNull: in Apply()
H A Dfuzzer_pass_add_loads.cpp69 case spv::Op::OpConstantNull: in Apply()
H A Dfuzzer_pass_add_stores.cpp80 case spv::Op::OpConstantNull: in Apply()
H A Dtransformation_mutate_pointer.cpp150 inst.opcode() == spv::Op::OpConstantNull) { in IsValidPointerInstruction()
H A Dtransformation_add_copy_memory.cpp166 inst->opcode() == spv::Op::OpConstantNull || in IsInstructionSupported()
H A Dtransformation_load.cpp62 case spv::Op::OpConstantNull: in IsApplicable()
H A Dtransformation_store.cpp62 case spv::Op::OpConstantNull: in IsApplicable()
H A Dtransformation_access_chain.cpp86 case spv::Op::OpConstantNull: in IsApplicable()
H A Dtransformation_add_synonym.cpp148 // OpConstantNull. in IsInstructionValid()
151 inst->opcode() == spv::Op::OpConstantNull) { in IsInstructionValid()
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_add_constant_null_test.cpp82 // %100 = OpConstantNull %6 in TEST()
90 ASSERT_EQ(spv::Op::OpConstantNull, in TEST()
99 // %101 = OpConstantNull %7 in TEST()
102 // %102 = OpConstantNull %8 in TEST()
105 // %103 = OpConstantNull %9 in TEST()
108 // %104 = OpConstantNull %10 in TEST()
111 // %105 = OpConstantNull %11 in TEST()
141 %100 = OpConstantNull %6 in TEST()
142 %101 = OpConstantNull %7 in TEST()
143 %102 = OpConstantNull in TEST()
[all...]
/third_party/spirv-tools/source/opt/
H A Dunify_const_pass.cpp143 case spv::Op::OpConstantNull: in Process()
H A Dconstants.cpp245 // Constant declared with OpConstantNull in CreateConstant()
314 case spv::Op::OpConstantNull: in GetConstantFromInst()
331 return MakeUnique<Instruction>(context(), spv::Op::OpConstantNull, type, id, in CreateInstruction()
H A Ddead_branch_elim_pass.cpp40 case spv::Op::OpConstantNull: in GetConstCondition()
70 } else if (sInst->opcode() == spv::Op::OpConstantNull) { in GetConstInteger()
H A Dfold_spec_constant_op_and_composite_pass.cpp71 case spv::Op::OpConstantNull: in Process()
H A Dscalar_analysis.cpp175 case spv::Op::OpConstantNull: { in AnalyzeInstruction()
198 if (inst->opcode() == spv::Op::OpConstantNull) return CreateConstant(0); in AnalyzeConstant()
/third_party/spirv-tools/source/
H A Dopcode.cpp242 case spv::Op::OpConstantNull: in spvOpcodeIsConstant()
297 case spv::Op::OpConstantNull: in spvOpcodeReturnsLogicalVariablePointer()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dlocal_ssa_elim_test.cpp1828 %13 = OpConstantNull %_struct_3 in TEST_F()
1883 %13 = OpConstantNull %_struct_3 in TEST_F()
2001 TEST_F(LocalSSAElimTest, OpConstantNull) { in TEST_F()
2013 %16 = OpConstantNull %11 in TEST_F()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs711 OpConstantNull = 46, enumerator
H A Dspirv.hpp706 OpConstantNull = 46, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs723 OpConstantNull = 46, enumerator
H A Dspirv.hpp718 OpConstantNull = 46, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs728 OpConstantNull = 46, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs711 OpConstantNull = 46, enumerator
H A Dspirv.hpp706 OpConstantNull = 46, enumerator

Completed in 35 milliseconds

123