Home
last modified time | relevance | path

Searched refs:required_extensions (Results 1 – 18 of 18) sorted by relevance

/external/deqp-deps/amber/samples/
Dconfig_helper_vulkan.cc564 const std::vector<std::string>& required_extensions) { in AreAllExtensionsSupported() argument
565 if (required_extensions.empty()) in AreAllExtensionsSupported()
568 std::set<std::string> required_extension_set(required_extensions.begin(), in AreAllExtensionsSupported()
569 required_extensions.end()); in AreAllExtensionsSupported()
671 std::vector<std::string> required_extensions, in CreateVulkanInstance() argument
695 required_extensions.push_back(kExtensionForValidationLayer); in CreateVulkanInstance()
699 if (!required_extensions.empty()) { in CreateVulkanInstance()
701 required_extensions)) { in CreateVulkanInstance()
710 required_extensions.push_back("VK_KHR_get_physical_device_properties2"); in CreateVulkanInstance()
714 for (auto& ext : required_extensions) { in CreateVulkanInstance()
[all …]
Dconfig_helper_vulkan.h72 const std::vector<std::string>& required_extensions);
78 const std::vector<std::string>& required_extensions,
85 const std::vector<std::string>& required_extensions);
/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
150 required_extensions.push_back("cl_khr_int64_base_atomics"); in test_svm_fine_grain_memory_consistency()
151 required_extensions.push_back("cl_khr_int64_extended_atomics"); in test_svm_fine_grain_memory_consistency()
158 …es[0], &num_devices, CL_DEVICE_SVM_FINE_GRAIN_BUFFER | CL_DEVICE_SVM_ATOMICS, required_extensions); in test_svm_fine_grain_memory_consistency()
/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
62 required_extensions); in test_subgroup_functions_shuffle()
Dtest_subgroup_shuffle_relative.cpp59 std::vector<std::string> required_extensions = { in test_subgroup_functions_shuffle_relative() local
65 required_extensions); in test_subgroup_functions_shuffle_relative()
Dtest_subgroup_extended_types.cpp62 std::vector<std::string> required_extensions = { in test_subgroup_functions_extended_types() local
68 required_extensions); in test_subgroup_functions_extended_types()
Dtest_subgroup_clustered_reduce.cpp308 std::vector<std::string> required_extensions = { in test_subgroup_functions_clustered_reduce() local
314 required_extensions); in test_subgroup_functions_clustered_reduce()
Dtest_subgroup_non_uniform_arithmetic.cpp437 std::vector<std::string> required_extensions = { in test_subgroup_functions_non_uniform_arithmetic() local
447 required_extensions, masks); in test_subgroup_functions_non_uniform_arithmetic()
Dtest_subgroup_non_uniform_vote.cpp275 std::vector<std::string> required_extensions = { in test_subgroup_functions_non_uniform_vote() local
285 required_extensions, masks); in test_subgroup_functions_non_uniform_vote()
Dsubhelpers.h38 required_extensions(req_ext), all_work_item_masks(all_wim) in global_workgroup_size()
51 std::vector<std::string> required_extensions; member
1299 for (std::string extension : test_params.required_extensions)
Dtest_subgroup_ballot.cpp929 std::vector<std::string> required_extensions = { "cl_khr_subgroup_ballot" }; in test_subgroup_functions_ballot() local
933 required_extensions); in test_subgroup_functions_ballot()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp126 ExtensionSet required_extensions(operand_desc.numExtensions, in OperandVersionExtensionCheck() local
128 if (!_.HasAnyOfExtensions(required_extensions)) { in OperandVersionExtensionCheck()
134 << ExtensionSetToString(required_extensions); in OperandVersionExtensionCheck()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_instruction.cpp126 ExtensionSet required_extensions(operand_desc.numExtensions, in OperandVersionExtensionCheck() local
128 if (!_.HasAnyOfExtensions(required_extensions)) { in OperandVersionExtensionCheck()
134 << ExtensionSetToString(required_extensions); in OperandVersionExtensionCheck()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_instruction.cpp126 ExtensionSet required_extensions(operand_desc.numExtensions, in OperandVersionExtensionCheck() local
128 if (!_.HasAnyOfExtensions(required_extensions)) { in OperandVersionExtensionCheck()
134 << ExtensionSetToString(required_extensions); in OperandVersionExtensionCheck()
/external/vulkan-validation-layers/scripts/
Dparameter_validation_generator.py218 …self.required_extensions = dict() # Dictionary of required extensions for each ite…
426 self.required_extensions = dict()
429 required_extensions = list(base_required_extensions)
433 required_extensions.extend(additional_extensions.split(','))
436 self.required_extensions[element.get('name')] = required_extensions
1265 …if (command.name in self.required_extensions) and (self.extension_type != 'device' or command.para…
1271 for ext in self.required_extensions[command.name]:
Dhelper_file_generator.py177 required_extensions = requires.split(',')
179 required_extensions = list()
180 … info = { 'define': name_define, 'ifdef':self.featureExtraProtect, 'reqs':required_extensions }
/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan.cc64 const std::vector<std::string>& required_extensions) { in AreAllExtensionsSupported() argument
65 if (required_extensions.empty()) in AreAllExtensionsSupported()
68 std::set<std::string> required_extension_set(required_extensions.begin(), in AreAllExtensionsSupported()
69 required_extensions.end()); in AreAllExtensionsSupported()
Ddevice.cc352 const std::vector<std::string>& required_extensions) { in AreAllExtensionsSupported() argument
353 if (required_extensions.empty()) in AreAllExtensionsSupported()
356 std::set<std::string> required_extension_set(required_extensions.begin(), in AreAllExtensionsSupported()
357 required_extensions.end()); in AreAllExtensionsSupported()