Home
last modified time | relevance | path

Searched refs:maxPushDescriptors (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_device.c962 properties->maxPushDescriptors = MAX_PUSH_DESCRIPTORS; in anv_GetPhysicalDeviceProperties2KHR()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2812 s << "\tmaxPushDescriptors = " << value.maxPushDescriptors << '\n'; in toString()
3289 if (pushDescriptorProperties[0].maxPushDescriptors < 32) in deviceProperties2()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl2106 deUint32 maxPushDescriptors; member
DvkVulkan_c.inl5544 deUint32 maxPushDescriptors; member
DvkStrUtilImpl.inl5115 s << "\tmaxPushDescriptors = " << value.maxPushDescriptors << '\n';
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp16136 … (GetPushDescriptorProperties(instance(), gpu()).maxPushDescriptors > 0); in TEST_F()
28349 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
28378 if (!(push_descriptor_prop.maxPushDescriptors == std::numeric_limits<uint32_t>::max())) { in TEST_F()
28380 binding.descriptorCount = push_descriptor_prop.maxPushDescriptors + 1; in TEST_F()
28789 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
28847 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
29162 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
29211 (GetPushDescriptorProperties(instance(), gpu()).maxPushDescriptors > 0)) { in TEST_F()
29307 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
29373 if (push_descriptor_prop.maxPushDescriptors < 1) { in TEST_F()
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_device.c787 properties->maxPushDescriptors = MAX_PUSH_DESCRIPTORS; in radv_GetPhysicalDeviceProperties2KHR()
/external/mesa3d/include/vulkan/
Dvulkan.h4568 uint32_t maxPushDescriptors; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5331 uint32_t maxPushDescriptors; member
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h5331 uint32_t maxPushDescriptors; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h5499 uint32_t maxPushDescriptors; member
Dvulkan.hpp38515 && ( maxPushDescriptors == rhs.maxPushDescriptors ); in operator ==()
38528 uint32_t maxPushDescriptors; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h5451 uint32_t maxPushDescriptors; member
Dvulkan.hpp13193 : maxPushDescriptors( maxPushDescriptors_ ) in PhysicalDevicePushDescriptorPropertiesKHR()
13215 maxPushDescriptors = maxPushDescriptors_; in setMaxPushDescriptors()
13233 && ( maxPushDescriptors == rhs.maxPushDescriptors ); in operator ==()
13246 uint32_t maxPushDescriptors; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in5541 uint32_t maxPushDescriptors; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2478 … core_checks->phys_dev_ext_props.max_push_descriptors = push_descriptor_prop.maxPushDescriptors; in PostCallRecordCreateDevice()