Home
last modified time | relevance | path

Searched refs:OpBitcast (Results 1 - 25 of 57) sorted by relevance

123

/third_party/spirv-tools/test/fuzz/
H A Dtransformation_equation_instruction_test.cpp566 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 Dinst_debug_printf_pass.cpp66 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 Dfix_storage_class.cpp101 case spv::Op::OpBitcast: in PropagateStorageClass()
251 case spv::Op::OpBitcast: in PropagateType()
H A Dinstrument_pass.cpp162 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 Dfuzzer_pass_add_equation_instructions.cpp95 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 Dtransformation_equation_instruction.cpp152 case spv::Op::OpBitcast: { in MaybeGetResultTypeId()
170 // The only constraint on the types of OpBitcast's parameters is that in MaybeGetResultTypeId()
H A Dtransformation_propagate_instruction_up.cpp241 case spv::Op::OpBitcast: in IsOpcodeSupported()
/third_party/spirv-tools/source/val/
H A Dvalidate_conversion.cpp465 case spv::Op::OpBitcast: { in ConversionPass()
581 case spv::Op::OpBitcast: in ConversionPass()
H A Dvalidate_constants.cpp399 case spv::Op::OpBitcast: in ValidateSpecConstantOp()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs783 OpBitcast = 124, enumerator
H A Dspirv.hpp778 OpBitcast = 124, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs795 OpBitcast = 124, enumerator
H A Dspirv.hpp790 OpBitcast = 124, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs800 OpBitcast = 124, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs783 OpBitcast = 124, enumerator
H A Dspirv.hpp778 OpBitcast = 124, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs795 OpBitcast = 124, enumerator
H A Dspirv.hpp790 OpBitcast = 124, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs800 OpBitcast = 124, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs783 OpBitcast = 124, enumerator
H A Dspirv.hpp778 OpBitcast = 124, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs795 OpBitcast = 124, enumerator
H A Dspirv.hpp790 OpBitcast = 124, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs800 OpBitcast = 124, enumerator
/third_party/spirv-tools/test/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts_test.cpp581 %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...]

Completed in 73 milliseconds

123