Searched refs:maxInlineUniformTotalSize (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1141 p->maxInlineUniformTotalSize = MAX_DESCRIPTOR_UNIFORM_BLOCK_SIZE * MAX_PER_STAGE_DESCRIPTOR_UNIFORM_BLOCKS * MAX_SETS; in lvp_get_physical_device_properties_1_3()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 4497 if (m_context.getUsedApiVersion() >= VK_API_VERSION_1_3 && inlineUniformSize > vulkan13properties.maxInlineUniformTotalSize) { 4498 TCU_THROW(NotSupportedError, "Test require more inline uniform total size among all stages. Provided " + de::toString(vulkan13properties.maxInlineUniformTotalSize));
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1059 p->maxInlineUniformTotalSize = 0; in tu_get_physical_device_properties_1_3()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2239 p->maxInlineUniformTotalSize = UINT16_MAX; in anv_get_physical_device_properties_1_3()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1634 { PN(checkAlways), PN(vulkan13Properties.maxInlineUniformTotalSize), LIM_MIN_DEVSIZE(256) }, in validateLimitsMaxInlineUniformTotalSize() 5762 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Properties, maxInlineUniformTotalSize), in devicePropertiesVulkan13()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1625 { PN(checkAlways), PN(vulkan13Properties.maxInlineUniformTotalSize), LIM_MIN_DEVSIZE(256) }, in validateLimitsMaxInlineUniformTotalSize() 5767 OFFSET_TABLE_ENTRY(VkPhysicalDeviceVulkan13Properties, maxInlineUniformTotalSize), in devicePropertiesVulkan13() 6957 addFunctionCase(limitsValidationTests.get(), "max_inline_uniform_total_size", "maxInlineUniformTotalSize limit validation", checkApiVersionSupport<1, 3>, validateLimitsMaxInlineUniformTotalSize); in createFeatureInfoTests()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 4477 uint32_t maxInlineUniformTotalSize; member
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2230 p->maxInlineUniformTotalSize = UINT16_MAX; in radv_get_physical_device_properties_1_3()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 14298 size += vn_sizeof_uint32_t(&val->maxInlineUniformTotalSize); in vn_sizeof_VkPhysicalDeviceVulkan13Properties_self() 14370 vn_decode_uint32_t(dec, &val->maxInlineUniformTotalSize); in vn_decode_VkPhysicalDeviceVulkan13Properties_self() 14441 /* skip val->maxInlineUniformTotalSize */ in vn_sizeof_VkPhysicalDeviceVulkan13Properties_self_partial() 14512 /* skip val->maxInlineUniformTotalSize */ in vn_encode_VkPhysicalDeviceVulkan13Properties_self_partial()
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 6647 uint32_t maxInlineUniformTotalSize; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 6804 uint32_t maxInlineUniformTotalSize; member
|
H A D | vulkan_hash.hpp | 12176 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxInlineUniformTotalSize );
|
H A D | vulkan_structs.hpp | [all...] |
Completed in 261 milliseconds