Home
last modified time | relevance | path

Searched defs:required_extensions (Results 1 – 17 of 17) sorted by relevance

/external/deqp-deps/amber/samples/
Dconfig_helper_vulkan.cc564 const std::vector<std::string>& required_extensions) { in AreAllExtensionsSupported()
671 std::vector<std::string> required_extensions, in CreateVulkanInstance()
760 const std::vector<std::string>& required_extensions) { in CheckVulkanPhysicalDeviceRequirements()
892 const std::vector<std::string>& required_extensions, in ChooseVulkanPhysicalDevice()
943 const std::vector<std::string>& required_extensions) { in CreateVulkanDevice()
/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup_shuffle.cpp58 std::vector<std::string> required_extensions{ "cl_khr_subgroup_shuffle" }; in test_subgroup_functions_shuffle() local
Dtest_subgroup_shuffle_relative.cpp59 std::vector<std::string> required_extensions = { in test_subgroup_functions_shuffle_relative() local
Dtest_subgroup_extended_types.cpp62 std::vector<std::string> required_extensions = { in test_subgroup_functions_extended_types() local
Dtest_subgroup_non_uniform_arithmetic.cpp437 std::vector<std::string> required_extensions = { in test_subgroup_functions_non_uniform_arithmetic() local
Dtest_subgroup_clustered_reduce.cpp308 std::vector<std::string> required_extensions = { in test_subgroup_functions_clustered_reduce() local
Dtest_subgroup_non_uniform_vote.cpp275 std::vector<std::string> required_extensions = { in test_subgroup_functions_non_uniform_vote() local
Dsubhelpers.h51 std::vector<std::string> required_extensions; member
Dtest_subgroup_ballot.cpp929 std::vector<std::string> required_extensions = { "cl_khr_subgroup_ballot" }; in test_subgroup_functions_ballot() local
/external/rust/crates/vulkano/src/device/
Dextensions.rs142 pub fn required_extensions(physical_device: PhysicalDevice) -> Self { in required_extensions() method
Dphysical.rs30 required_extensions: DeviceExtensions, field
99 let required_extensions = supported_extensions in init_physical_devices() localVariable
411 pub fn required_extensions(&self) -> &'a DeviceExtensions { in required_extensions() method
/external/OpenCL-CTS/test_conformance/SVM/
Dtest_fine_grain_memory_consistency.cpp149 std::vector<std::string> required_extensions; in test_svm_fine_grain_memory_consistency() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp126 ExtensionSet required_extensions(operand_desc.numExtensions, in OperandVersionExtensionCheck() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_instruction.cpp126 ExtensionSet required_extensions(operand_desc.numExtensions, in OperandVersionExtensionCheck() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp126 ExtensionSet required_extensions(operand_desc.numExtensions, in OperandVersionExtensionCheck() local
/external/deqp-deps/amber/src/vulkan/
Ddevice.cc382 const std::vector<std::string>& required_extensions) { in AreAllExtensionsSupported()
Dengine_vulkan.cc64 const std::vector<std::string>& required_extensions) { in AreAllExtensionsSupported()