Home
last modified time | relevance | path

Searched refs:Pure (Results 1 – 25 of 128) sorted by relevance

123456

/external/llvm-project/clang/lib/Sema/
DOpenCLBuiltins.td216 list<bit> Pure = [1, 0, 0];
1070 …uiltin<"read_imagef", [VectorType<Float, 4>, ImageType<imgTy, "RO">, Sampler, coordTy], Attr.Pure>;
1071 … Builtin<"read_imagei", [VectorType<Int, 4>, ImageType<imgTy, "RO">, Sampler, coordTy], Attr.Pure>;
1072 …uiltin<"read_imageui", [VectorType<UInt, 4>, ImageType<imgTy, "RO">, Sampler, coordTy], Attr.Pure>;
1077 …agef", [VectorType<Float, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<coordTy, 2>], Attr.Pure>;
1078 …imagei", [VectorType<Int, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<coordTy, 2>], Attr.Pure>;
1079 …ageui", [VectorType<UInt, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<coordTy, 2>], Attr.Pure>;
1084 …agef", [VectorType<Float, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<coordTy, 4>], Attr.Pure>;
1085 …imagei", [VectorType<Int, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<coordTy, 4>], Attr.Pure>;
1086 …ageui", [VectorType<UInt, 4>, ImageType<imgTy, "RO">, Sampler, VectorType<coordTy, 4>], Attr.Pure>;
[all …]
/external/protobuf/benchmarks/
DREADME.md113 #### Pure Python:
139 #### Pure PHP
173 #### Pure Python:
201 #### Pure PHP
/external/OpenCL-CTS/test_conformance/spirv_new/spirv_asm/
Dop_function_pure.spvasm3225 %12 = OpFunction %float Pure %11
Dop_function_pure.spvasm6427 %13 = OpFunction %float Pure %12
Dop_function_pure_ptr.spvasm3227 %14 = OpFunction %float Pure %12
Dop_function_pure_ptr.spvasm6428 %14 = OpFunction %float Pure %12
/external/llvm-project/clang/test/CodeGenOpenCL/
Dfdeclare-opencl-builtins.cl11 // Test that Attr.Pure from OpenCLBuiltins.td is lowered to a readonly attribute.
/external/llvm-project/flang/lib/Semantics/
Dcheck-purity.cpp43 if (std::holds_alternative<parser::PrefixSpec::Pure>(prefix.u)) { in HasPurePrefix()
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/
Dcontrol.wifi_checkOddWPAPassphrases24 psks = ['\xe4\xb8\x80\xe4\xba\x8c\xe4\xb8\x89', # Pure unicode.
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.rc56 MENUITEM "&Pure Call", ID_CLIENT_PURECALL
/external/llvm-project/flang/include/flang/Evaluate/
Dcharacteristics.h286 Attr, Pure, Elemental, BindC, ImplicitInterface, NullPointer, Subroutine)
309 bool IsPure() const { return attrs.test(Attr::Pure); } in IsPure()
/external/llvm-project/llvm/test/MC/AArch64/
Delf-globaladdress.ll57 ; Pure address-calculation against var64
/external/llvm/test/MC/AArch64/
Delf-globaladdress.ll57 ; Pure address-calculation against var64
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/compute/ptr_access_chain/
Dworkgroup_no_stride.amber71 %25 = OpFunction %uint Pure %6
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.0/
Dspirv.lua455 Pure = 2,
463 Pure = 0x00000004,
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.1/
Dspirv.lua464 Pure = 2,
472 Pure = 0x00000004,
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.cs487 Pure = 2, enumerator
496 Pure = 0x00000004, enumerator
Dspirv.lua455 Pure = 2,
463 Pure = 0x00000004,
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.lua464 Pure = 2,
472 Pure = 0x00000004,
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.lua469 Pure = 2,
477 Pure = 0x00000004,
/external/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.2/
Dspirv.lua469 Pure = 2,
477 Pure = 0x00000004,
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.lua464 Pure = 2,
472 Pure = 0x00000004,
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.lua455 Pure = 2,
463 Pure = 0x00000004,
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.lua469 Pure = 2,
477 Pure = 0x00000004,
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.cs496 Pure = 2, enumerator
505 Pure = 0x00000004, enumerator

123456