Home
last modified time | relevance | path

Searched refs:OpEnqueueKernel (Results 1 – 25 of 93) sorted by relevance

1234

/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
Ddoc.cpp2739 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Queue'"); in Parameterize()
2740 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Flags'"); in Parameterize()
2741 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'ND Range'"); in Parameterize()
2742 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Num Events'"); in Parameterize()
2743 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Wait Events'"); in Parameterize()
2744 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Ret Event'"); in Parameterize()
2745 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Invoke'"); in Parameterize()
2746 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param'"); in Parameterize()
2747 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param Size'"); in Parameterize()
2748 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param Align'"); in Parameterize()
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A Ddoc.cpp2801 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Queue'"); in Parameterize()
2802 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Flags'"); in Parameterize()
2803 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'ND Range'"); in Parameterize()
2804 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Num Events'"); in Parameterize()
2805 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Wait Events'"); in Parameterize()
2806 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Ret Event'"); in Parameterize()
2807 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Invoke'"); in Parameterize()
2808 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param'"); in Parameterize()
2809 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param Size'"); in Parameterize()
2810 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param Align'"); in Parameterize()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.device_side_enqueue_test.cpp47 Eq(MakeInstruction(spv::Op::OpEnqueueKernel, in TEST_P()
H A Doperand-class-test-coverage.csv41 " OperandKernelEnqueueFlags,",OpEnqueueKernel,"it's an ID, not in grammar",should not have one,n…
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dtext_to_binary.device_side_enqueue_test.cpp47 Eq(MakeInstruction(spv::Op::OpEnqueueKernel, in TEST_P()
Doperand-class-test-coverage.csv41 " OperandKernelEnqueueFlags,",OpEnqueueKernel,"it's an ID, not in grammar",should not have one,n…
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dtext_to_binary.device_side_enqueue_test.cpp47 Eq(MakeInstruction(spv::Op::OpEnqueueKernel, in TEST_P()
H A Doperand-class-test-coverage.csv41 " OperandKernelEnqueueFlags,",OpEnqueueKernel,"it's an ID, not in grammar",should not have one,n…
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Doperand.cpp547 case spv::Op::OpEnqueueKernel: in spvOperandCanBeForwardDeclaredFunction()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Doperand.cpp555 case spv::Op::OpEnqueueKernel: in spvOperandCanBeForwardDeclaredFunction()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Doperand.cpp588 case spv::Op::OpEnqueueKernel: in spvOperandCanBeForwardDeclaredFunction()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_function.cpp78 spv::Op::OpEnqueueKernel, in ValidateFunction()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_function.cpp78 spv::Op::OpEnqueueKernel, in ValidateFunction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td541 defm : DemangledNativeBuiltin<"__enqueue_kernel_basic", OpenCL_std, Enqueue, 5, 5, OpEnqueueKernel>;
542 …emangledNativeBuiltin<"__enqueue_kernel_basic_events", OpenCL_std, Enqueue, 8, 8, OpEnqueueKernel>;
543 …m : DemangledNativeBuiltin<"__enqueue_kernel_varargs", OpenCL_std, Enqueue, 7, 7, OpEnqueueKernel>;
544 …gledNativeBuiltin<"__enqueue_kernel_events_varargs", OpenCL_std, Enqueue, 10, 10, OpEnqueueKernel>;
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.lua902 OpEnqueueKernel = 292,
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs934 OpEnqueueKernel = 292, enumerator
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.lua902 OpEnqueueKernel = 292,
Dspirv.cs946 OpEnqueueKernel = 292, enumerator
/aosp_15_r20/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.lua907 OpEnqueueKernel = 292,
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.1/
H A Dspirv.lua902 OpEnqueueKernel = 292,
/aosp_15_r20/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
H A Dspirv.cs934 OpEnqueueKernel = 292, enumerator
H A Dspirv.lua890 OpEnqueueKernel = 292,
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.lua907 OpEnqueueKernel = 292,
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs934 OpEnqueueKernel = 292, enumerator
Dspirv.lua890 OpEnqueueKernel = 292,

1234