HomeSort by relevance Sort by last modified time
    Searched refs:pEnabledFeatures (Results 1 - 25 of 46) sorted by null

1 2

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
parameter_validation.h 255 if (pCreateInfo->pEnabledFeatures != NULL)
257 skipCall |= validate_bool32(report_data, "vkCreateDevice", "pCreateInfo->pEnabledFeatures->robustBufferAccess", pCreateInfo->pEnabledFeatures->robustBufferAccess);
259 skipCall |= validate_bool32(report_data, "vkCreateDevice", "pCreateInfo->pEnabledFeatures->fullDrawIndexUint32", pCreateInfo->pEnabledFeatures->fullDrawIndexUint32);
261 skipCall |= validate_bool32(report_data, "vkCreateDevice", "pCreateInfo->pEnabledFeatures->imageCubeArray", pCreateInfo->pEnabledFeatures->imageCubeArray);
263 skipCall |= validate_bool32(report_data, "vkCreateDevice", "pCreateInfo->pEnabledFeatures->independentBlend", pCreateInfo->pEnabledFeatures->independentBlend);
265 skipCall |= validate_bool32(report_data, "vkCreateDevice", "pCreateInfo->pEnabledFeatures->geometryShader", pCreateInfo->pEnabledFeatures->geometryShader)
    [all...]
vk_struct_validate_helper.h 432 if (pStruct->pEnabledFeatures && !vk_validate_vkphysicaldevicefeatures((const VkPhysicalDeviceFeatures*)pStruct->pEnabledFeatures))
    [all...]
vk_safe_struct.h 110 const VkPhysicalDeviceFeatures* pEnabledFeatures;
    [all...]
vk_struct_size_helper.c 350 structSize += vk_size_vkphysicaldevicefeatures(pStruct->pEnabledFeatures);
    [all...]
vk_struct_string_helper.h     [all...]
vk_struct_string_helper_cpp.h     [all...]
vk_struct_string_helper_no_addr_cpp.h     [all...]
vk_struct_wrappers.cpp     [all...]
  /frameworks/rs/rsov/driver/
rsovContext.cpp 90 .pEnabledFeatures = nullptr,
  /external/vulkan-validation-layers/tests/
loader_validation_tests.cpp 174 nullptr // pEnabledFeatures
231 DeviceCreateInfo &pEnabledFeatures(VkPhysicalDeviceFeatures const *const pEnabledFeatures) {
232 info.pEnabledFeatures = pEnabledFeatures;
vktestbinding.cpp 285 dev_info.pEnabledFeatures = features;
289 dev_info.pEnabledFeatures = &all_features;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp 269 pEnabledFeatures(nullptr)
277 if (pInStruct->pEnabledFeatures) {
278 pEnabledFeatures = new VkPhysicalDeviceFeatures(*pInStruct->pEnabledFeatures);
295 pEnabledFeatures = nullptr;
302 if (src.pEnabledFeatures) {
303 pEnabledFeatures = new VkPhysicalDeviceFeatures(*src.pEnabledFeatures);
311 if (pEnabledFeatures)
312 delete pEnabledFeatures;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp 269 pEnabledFeatures(nullptr)
277 if (pInStruct->pEnabledFeatures) {
278 pEnabledFeatures = new VkPhysicalDeviceFeatures(*pInStruct->pEnabledFeatures);
295 pEnabledFeatures = nullptr;
302 if (src.pEnabledFeatures) {
303 pEnabledFeatures = new VkPhysicalDeviceFeatures(*src.pEnabledFeatures);
311 if (pEnabledFeatures)
312 delete pEnabledFeatures;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.cpp 196 deviceInfo.pEnabledFeatures = enabledFeatures.pNext ? DE_NULL : &enabledFeatures.features;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicSemaphoreTests.cpp 184 deviceInfo.pEnabledFeatures = &deviceFeatures;
vktSynchronizationInternallySynchronizedObjectsTests.cpp 254 deviceInfo.pEnabledFeatures = &deviceFeatures;
    [all...]
vktSynchronizationSmokeTests.cpp 135 deviceInfo.pEnabledFeatures = &physicalDeviceFeatures;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
device_limits.cpp 397 if (pCreateInfo->pEnabledFeatures) {
398 phy_dev_data->requestedPhysicalDeviceFeatures = *(pCreateInfo->pEnabledFeatures);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
device_limits.cpp 397 if (pCreateInfo->pEnabledFeatures) {
398 phy_dev_data->requestedPhysicalDeviceFeatures = *(pCreateInfo->pEnabledFeatures);
    [all...]
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 308 dev_info.pEnabledFeatures = &features;
  /external/mesa3d/src/intel/vulkan/
anv_device.c     [all...]
  /frameworks/native/vulkan/tools/
vkinfo.cpp 202 .pEnabledFeatures = &info.features,
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 300 const VkPhysicalDeviceFeatures* pEnabledFeatures;
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.cpp     [all...]

Completed in 174 milliseconds

1 2