/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_add_constant_null.cpp | 51 ir_context, spv::Op::OpConstantNull, message_.type_id(), in Apply()
|
H A D | fuzzer_pass_add_access_chains.cpp | 68 case spv::Op::OpConstantNull: in Apply()
|
H A D | fuzzer_pass_add_loads.cpp | 69 case spv::Op::OpConstantNull: in Apply()
|
H A D | fuzzer_pass_add_stores.cpp | 80 case spv::Op::OpConstantNull: in Apply()
|
H A D | transformation_mutate_pointer.cpp | 150 inst.opcode() == spv::Op::OpConstantNull) { in IsValidPointerInstruction()
|
H A D | transformation_add_copy_memory.cpp | 166 inst->opcode() == spv::Op::OpConstantNull || in IsInstructionSupported()
|
H A D | transformation_load.cpp | 62 case spv::Op::OpConstantNull: in IsApplicable()
|
H A D | transformation_store.cpp | 62 case spv::Op::OpConstantNull: in IsApplicable()
|
H A D | transformation_access_chain.cpp | 86 case spv::Op::OpConstantNull: in IsApplicable()
|
H A D | transformation_add_synonym.cpp | 148 // OpConstantNull. in IsInstructionValid() 151 inst->opcode() == spv::Op::OpConstantNull) { in IsInstructionValid()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_constant_null_test.cpp | 82 // %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 D | unify_const_pass.cpp | 143 case spv::Op::OpConstantNull: in Process()
|
H A D | constants.cpp | 245 // 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 D | dead_branch_elim_pass.cpp | 40 case spv::Op::OpConstantNull: in GetConstCondition() 70 } else if (sInst->opcode() == spv::Op::OpConstantNull) { in GetConstInteger()
|
H A D | fold_spec_constant_op_and_composite_pass.cpp | 71 case spv::Op::OpConstantNull: in Process()
|
H A D | scalar_analysis.cpp | 175 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 D | opcode.cpp | 242 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 D | local_ssa_elim_test.cpp | 1828 %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 D | spirv.cs | 711 OpConstantNull = 46, enumerator
|
H A D | spirv.hpp | 706 OpConstantNull = 46, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 723 OpConstantNull = 46, enumerator
|
H A D | spirv.hpp | 718 OpConstantNull = 46, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 728 OpConstantNull = 46, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 711 OpConstantNull = 46, enumerator
|
H A D | spirv.hpp | 706 OpConstantNull = 46, enumerator
|