Home
last modified time | relevance | path

Searched refs:OpSpecConstantOp (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/comp/
Dspec-constant-op-convert-sign.asm.comp45 %ConstantInt64_1 = OpSpecConstantOp %long SConvert %ConstantInt
46 %ConstantInt64_2 = OpSpecConstantOp %long SConvert %ConstantUint
47 %ConstantUint64_1 = OpSpecConstantOp %ulong SConvert %ConstantInt
48 %ConstantUint64_2 = OpSpecConstantOp %ulong SConvert %ConstantUint
49 %added_long = OpSpecConstantOp %long IAdd %ConstantInt64_1 %ConstantInt64_2
50 %added_ulong = OpSpecConstantOp %ulong IAdd %ConstantUint64_1 %ConstantUint64_2
51 %trunc_long = OpSpecConstantOp %int SConvert %added_long
52 %trunc_ulong = OpSpecConstantOp %uint SConvert %added_ulong
/third_party/spirv-tools/test/diff/diff_files/
Dspec_constant_op_src.spvasm1 ;; Tests OpSpecConstantOp matching.
12 %8 = OpSpecConstantOp %4 CompositeExtract %7 2
13 %9 = OpSpecConstantOp %4 CompositeExtract %7 1
14 %10 = OpSpecConstantOp %4 CompositeExtract %7 0
Dspec_constant_op_dst.spvasm11 %8 = OpSpecConstantOp %4 CompositeExtract %7 2
12 %9 = OpSpecConstantOp %4 CompositeExtract %7 3
13 %10 = OpSpecConstantOp %4 IMul %8 %8
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/vert/
Dspec-constant-op-composite.asm.vert42 %15 = OpSpecConstantOp %12 IAdd %13 %14
48 %26 = OpSpecConstantOp %17 UMod %24 %25
55 %41 = OpSpecConstantOp %40 VectorShuffle %36 %36 1 0
56 %foo = OpSpecConstantOp %12 CompositeExtract %36 1
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/vert/
Dspec-constant-op-composite.asm.vk.vert42 %15 = OpSpecConstantOp %12 IAdd %13 %14
48 %26 = OpSpecConstantOp %17 UMod %24 %25
55 %41 = OpSpecConstantOp %40 VectorShuffle %36 %36 1 0
56 %foo = OpSpecConstantOp %12 CompositeExtract %36 1
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/asm/vert/
Dspec-constant-op-composite.asm.vert42 %15 = OpSpecConstantOp %12 IAdd %13 %14
48 %26 = OpSpecConstantOp %17 UMod %24 %25
55 %41 = OpSpecConstantOp %40 VectorShuffle %36 %36 1 0
56 %foo = OpSpecConstantOp %12 CompositeExtract %36 1
/third_party/vk-gl-cts/doc/testspecs/VK/
Dpipeline.spec_constant.txt20 + Specialization constants in expressions (OpSpecConstantOp instruction)
30 + OpSpecConstantOp instructions are covered by assembly tests in
/third_party/glslang/Test/
Dspv.specConstantOp.float16.comp4 // Produce an OpSpecConstantOp with 8 bit integer type
Dspv.specConstantOp.int16.comp4 // Produce an OpSpecConstantOp with 16 bit integer type
Dspv.specConstantOp.int8.comp4 // Produce an OpSpecConstantOp with 8 bit integer type
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/uconvert/
Dspec_const_opt_extend_251658240_64_bits.amber34 %op_spec_const = OpSpecConstantOp %uint64 UConvert %spec_const
Dspec_const_opt_extend_16_64_bit.amber34 %op_spec_const = OpSpecConstantOp %uint64 UConvert %spec_const
Dspec_const_opt_truncate_16_64_bit.amber34 %op_spec_const = OpSpecConstantOp %uint UConvert %spec_const
Dspec_const_opt_extend_16.amber34 %op_spec_const = OpSpecConstantOp %uint UConvert %spec_const
Dspec_const_opt_truncate_983040.amber36 %op_spec_const = OpSpecConstantOp %uint16 UConvert %spec_const
Dspec_const_opt_truncate_16.amber37 %op_spec_const = OpSpecConstantOp %uint16 UConvert %spec_const
Dspec_const_opt_extend_61440.amber34 %op_spec_const = OpSpecConstantOp %uint UConvert %spec_const
Dspec_const_opt_zero_extend_n4096.amber36 %op_spec_const = OpSpecConstantOp %uint UConvert %spec_const
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_shader_float_controls.adoc65 3) Do denorm and rounding mode controls apply to code:OpSpecConstantOp?
DVK_KHR_shader_float_controls.txt67 3) Do denorm and rounding mode controls apply to code:OpSpecConstantOp?
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/docs/
Dsyntax.md60 * the name of an opcode for OpSpecConstantOp, but where the `Op` prefix
63 `%sum = OpSpecConstantOp %i32 IAdd %a %b`
/third_party/skia/third_party/externals/spirv-tools/docs/
Dsyntax.md60 * the name of an opcode for OpSpecConstantOp, but where the `Op` prefix
63 `%sum = OpSpecConstantOp %i32 IAdd %a %b`
/third_party/spirv-tools/docs/
Dsyntax.md60 * the name of an opcode for OpSpecConstantOp, but where the `Op` prefix
63 `%sum = OpSpecConstantOp %i32 IAdd %a %b`
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
Dspirv.lua684 OpSpecConstantOp = 52,
/third_party/spirv-headers/include/spirv/1.1/
Dspirv.cs728 OpSpecConstantOp = 52, enumerator

1234