/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_equation_instruction_test.cpp | 566 ASSERT_FALSE(TransformationEquationInstruction(50, spv::Op::OpBitcast, in TEST() 571 ASSERT_FALSE(TransformationEquationInstruction(50, spv::Op::OpBitcast, {}, in TEST() 576 ASSERT_FALSE(TransformationEquationInstruction(50, spv::Op::OpBitcast, {50}, in TEST() 581 ASSERT_FALSE(TransformationEquationInstruction(50, spv::Op::OpBitcast, {13}, in TEST() 587 ASSERT_DEATH(TransformationEquationInstruction(50, spv::Op::OpBitcast, {23}, in TEST() 591 ASSERT_DEATH(TransformationEquationInstruction(50, spv::Op::OpBitcast, {24}, in TEST() 596 ASSERT_FALSE(TransformationEquationInstruction(50, spv::Op::OpBitcast, {23}, in TEST() 599 ASSERT_FALSE(TransformationEquationInstruction(50, spv::Op::OpBitcast, {24}, in TEST() 607 fresh_id, spv::Op::OpBitcast, {operand_id}, insert_before); in TEST() 641 %50 = OpBitcast in TEST() [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | inst_debug_printf_pass.cpp | 66 GetUint64Id(), spv::Op::OpBitcast, val_inst->result_id()); in GenOutputValues() 73 GetUintId(), spv::Op::OpBitcast, val_inst->result_id()); in GenOutputValues() 89 ui64_inst = builder->AddUnaryOp(GetUint64Id(), spv::Op::OpBitcast, in GenOutputValues() 108 ui8_inst = builder->AddUnaryOp(GetUint8Id(), spv::Op::OpBitcast, in GenOutputValues() 121 ui32_inst = builder->AddUnaryOp(GetUintId(), spv::Op::OpBitcast, in GenOutputValues()
|
H A D | fix_storage_class.cpp | 101 case spv::Op::OpBitcast: in PropagateStorageClass() 251 case spv::Op::OpBitcast: in PropagateType()
|
H A D | instrument_pass.cpp | 162 return builder->AddUnaryOp(GetUintId(), spv::Op::OpBitcast, val_32b_id) in GenUintCastCode() 239 builder->AddUnaryOp(GetVec3UintId(), spv::Op::OpBitcast, load_id); in GenStageInfo() 253 GetVec4UintId(), spv::Op::OpBitcast, frag_coord_inst->result_id()); in GenStageInfo()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_equation_instructions.cpp | 95 spv::Op::OpBitcast}; in Apply() 151 case spv::Op::OpBitcast: { in Apply() 167 // The only constraint on the types of OpBitcast's parameters in Apply()
|
H A D | transformation_equation_instruction.cpp | 152 case spv::Op::OpBitcast: { in MaybeGetResultTypeId() 170 // The only constraint on the types of OpBitcast's parameters is that in MaybeGetResultTypeId()
|
H A D | transformation_propagate_instruction_up.cpp | 241 case spv::Op::OpBitcast: in IsOpcodeSupported()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_conversion.cpp | 465 case spv::Op::OpBitcast: { in ConversionPass() 581 case spv::Op::OpBitcast: in ConversionPass()
|
H A D | validate_constants.cpp | 399 case spv::Op::OpBitcast: in ValidateSpecConstantOp()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 783 OpBitcast = 124, enumerator
|
H A D | spirv.hpp | 778 OpBitcast = 124, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 795 OpBitcast = 124, enumerator
|
H A D | spirv.hpp | 790 OpBitcast = 124, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 800 OpBitcast = 124, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
H A D | spirv.cs | 783 OpBitcast = 124, enumerator
|
H A D | spirv.hpp | 778 OpBitcast = 124, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
H A D | spirv.cs | 795 OpBitcast = 124, enumerator
|
H A D | spirv.hpp | 790 OpBitcast = 124, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
H A D | spirv.cs | 800 OpBitcast = 124, enumerator
|
/third_party/spirv-headers/include/spirv/1.0/ |
H A D | spirv.cs | 783 OpBitcast = 124, enumerator
|
H A D | spirv.hpp | 778 OpBitcast = 124, enumerator
|
/third_party/spirv-headers/include/spirv/1.1/ |
H A D | spirv.cs | 795 OpBitcast = 124, enumerator
|
H A D | spirv.hpp | 790 OpBitcast = 124, enumerator
|
/third_party/spirv-headers/include/spirv/1.2/ |
H A D | spirv.cs | 800 OpBitcast = 124, enumerator
|
/third_party/spirv-tools/test/fuzz/fact_manager/ |
H A D | data_synonym_and_id_equation_facts_test.cpp | 581 %30 = OpBitcast %8 %6 in TEST() 582 %31 = OpBitcast %5 %6 in TEST() 583 %32 = OpBitcast %8 %7 in TEST() 584 %33 = OpBitcast %4 %7 in TEST() 585 %34 = OpBitcast %4 %19 in TEST() 586 %35 = OpBitcast %5 %19 in TEST() 587 %36 = OpBitcast %10 %20 in TEST() 588 %37 = OpBitcast %11 %20 in TEST() 589 %38 = OpBitcast %9 %21 in TEST() 590 %39 = OpBitcast in TEST() [all...] |