/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_descriptor_set_layout.h | 233 size += vn_sizeof_uint32_t(&val->maxVariableDescriptorCount); in vn_sizeof_VkDescriptorSetVariableDescriptorCountLayoutSupport_self() 261 vn_decode_uint32_t(dec, &val->maxVariableDescriptorCount); in vn_decode_VkDescriptorSetVariableDescriptorCountLayoutSupport_self()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_descriptor_set.c | 389 vdcls->maxVariableDescriptorCount = MAX_INLINE_UNIFORM_BLOCK_SIZE; in anv_GetDescriptorSetLayoutSupport() 391 vdcls->maxVariableDescriptorCount = UINT16_MAX; in anv_GetDescriptorSetLayoutSupport() 393 vdcls->maxVariableDescriptorCount = 0; in anv_GetDescriptorSetLayoutSupport()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_descriptor_set.c | 306 variable_count->maxVariableDescriptorCount = 0; in tu_GetDescriptorSetLayoutSupport() 356 variable_count->maxVariableDescriptorCount = in tu_GetDescriptorSetLayoutSupport()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_descriptor_set.c | 375 variable_count->maxVariableDescriptorCount = 0; in radv_GetDescriptorSetLayoutSupport() 457 variable_count->maxVariableDescriptorCount = MIN2(UINT32_MAX, max_count); in radv_GetDescriptorSetLayoutSupport()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | descriptorsets.txt | 1169 * pname:maxVariableDescriptorCount indicates the maximum number of 1175 pname:maxVariableDescriptorCount indicates the maximum byte size 1183 pname:maxVariableDescriptorCount is set to the maximum size of that 1189 feature is not enabled, then pname:maxVariableDescriptorCount is set to 1196 pname:maxVariableDescriptorCount is undefined:.
|
D | descriptorsets.adoc | 1358 * pname:maxVariableDescriptorCount indicates the maximum number of 1364 pname:maxVariableDescriptorCount indicates the maximum byte size 1372 pname:maxVariableDescriptorCount is set to the maximum size of that 1378 feature is not enabled, then pname:maxVariableDescriptorCount is set to 1385 pname:maxVariableDescriptorCount is undefined:.
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 4604 uint32_t maxVariableDescriptorCount; member
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 7435 uint32_t maxVariableDescriptorCount; member
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 3472 uint32_t maxVariableDescriptorCount; member
|
D | vkVulkan_c.inl | 7152 deUint32 maxVariableDescriptorCount; member
|
D | vkStrUtilImpl.inl | 9795 s << "\tmaxVariableDescriptorCount = " << value.maxVariableDescriptorCount << '\n';
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 8164 uint32_t maxVariableDescriptorCount; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5679 uint32_t maxVariableDescriptorCount; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 5778 uint32_t maxVariableDescriptorCount; member
|
D | vulkan_structs.hpp | 18041 : maxVariableDescriptorCount( maxVariableDescriptorCount_ ) 18081 ( maxVariableDescriptorCount == rhs.maxVariableDescriptorCount ); in operator ==() 18093 uint32_t maxVariableDescriptorCount = {}; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 5836 uint32_t maxVariableDescriptorCount; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 5828 uint32_t maxVariableDescriptorCount; member
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_core.h | 6045 uint32_t maxVariableDescriptorCount; member
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 6155 uint32_t maxVariableDescriptorCount; member
|
D | vulkan_hash.hpp | 2988 …HASH_COMBINE( seed, descriptorSetVariableDescriptorCountLayoutSupport.maxVariableDescriptorCount ); in operator ()()
|
D | vulkan_structs.hpp | 21452 , maxVariableDescriptorCount( maxVariableDescriptorCount_ ) 21492 return std::tie( sType, pNext, maxVariableDescriptorCount ); in reflect() 21504 …== rhs.sType ) && ( pNext == rhs.pNext ) && ( maxVariableDescriptorCount == rhs.maxVariableDescrip… in operator ==() 21517 uint32_t maxVariableDescriptorCount = {}; member
|