Home
last modified time | relevance | path

Searched refs:maxInlineUniformTotalSize (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1141 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 DvktBindingDescriptorBufferTests.cpp4497 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 Dtu_device.c1059 p->maxInlineUniformTotalSize = 0; in tu_get_physical_device_properties_1_3()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c2239 p->maxInlineUniformTotalSize = UINT16_MAX; in anv_get_physical_device_properties_1_3()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1634 { 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 DvktApiFeatureInfo.cpp1625 { 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 Dvulkan.h4477 uint32_t maxInlineUniformTotalSize; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c2230 p->maxInlineUniformTotalSize = UINT16_MAX; in radv_get_physical_device_properties_1_3()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h14298 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 Dvulkan_core.h6647 uint32_t maxInlineUniformTotalSize; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h6804 uint32_t maxInlineUniformTotalSize; member
H A Dvulkan_hash.hpp12176 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxInlineUniformTotalSize );
H A Dvulkan_structs.hpp[all...]

Completed in 263 milliseconds