/external/deqp-deps/amber/samples/ |
D | config_helper_vulkan.cc | 564 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 …]
|
D | config_helper_vulkan.h | 72 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/ |
D | test_fine_grain_memory_consistency.cpp | 149 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/ |
D | test_subgroup_shuffle.cpp | 58 std::vector<std::string> required_extensions{ "cl_khr_subgroup_shuffle" }; in test_subgroup_functions_shuffle() local 62 required_extensions); in test_subgroup_functions_shuffle()
|
D | test_subgroup_shuffle_relative.cpp | 59 std::vector<std::string> required_extensions = { in test_subgroup_functions_shuffle_relative() local 65 required_extensions); in test_subgroup_functions_shuffle_relative()
|
D | test_subgroup_extended_types.cpp | 62 std::vector<std::string> required_extensions = { in test_subgroup_functions_extended_types() local 68 required_extensions); in test_subgroup_functions_extended_types()
|
D | test_subgroup_clustered_reduce.cpp | 308 std::vector<std::string> required_extensions = { in test_subgroup_functions_clustered_reduce() local 314 required_extensions); in test_subgroup_functions_clustered_reduce()
|
D | test_subgroup_non_uniform_arithmetic.cpp | 437 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()
|
D | test_subgroup_non_uniform_vote.cpp | 275 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()
|
D | subhelpers.h | 38 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)
|
D | test_subgroup_ballot.cpp | 929 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/ |
D | validate_instruction.cpp | 126 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/ |
D | validate_instruction.cpp | 126 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/ |
D | validate_instruction.cpp | 126 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/ |
D | parameter_validation_generator.py | 218 …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]:
|
D | helper_file_generator.py | 177 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/ |
D | engine_vulkan.cc | 64 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()
|
D | device.cc | 352 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()
|