Home
last modified time | relevance | path

Searched refs:maxVertexAttribDivisor (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c74 if (elem->instance_divisor > screen->info.vdiv_props.maxVertexAttribDivisor) in zink_create_vertex_elements_state()
75 debug_printf("zink: clamping instance divisor %u to %u\n", elem->instance_divisor, screen->info.vdiv_props.maxVertexAttribDivisor); in zink_create_vertex_elements_state()
76 ves->divisor[binding] = MIN2(elem->instance_divisor, screen->info.vdiv_props.maxVertexAttribDivisor); in zink_create_vertex_elements_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1211 props->maxVertexAttribDivisor = UINT32_MAX; in lvp_GetPhysicalDeviceProperties2()
1213 props->maxVertexAttribDivisor = 1; in lvp_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c829 properties->maxVertexAttribDivisor = UINT32_MAX / (16 * 2048); in panvk_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1304 props->maxVertexAttribDivisor = UINT32_MAX; in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1682 props->maxVertexAttribDivisor = 0xffff; in v3dv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1661 attr_div->maxVertexAttribDivisor = UINT32_MAX; in dzn_GetPhysicalDeviceProperties2()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp2025 std::min(mVertexAttributeDivisorProperties.maxVertexAttribDivisor, in initializeDevice()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c2641 props->maxVertexAttribDivisor = UINT32_MAX / 16; in anv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c2358 properties->maxVertexAttribDivisor = UINT32_MAX; in radv_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h7239 uint32_t maxVertexAttribDivisor; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h13073 size += vn_sizeof_uint32_t(&val->maxVertexAttribDivisor); in vn_sizeof_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_self()
13101 vn_decode_uint32_t(dec, &val->maxVertexAttribDivisor); in vn_decode_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_self()
13128 /* skip val->maxVertexAttribDivisor */ in vn_sizeof_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_self_partial()
13155 /* skip val->maxVertexAttribDivisor */ in vn_encode_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT_self_partial()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h11275 uint32_t maxVertexAttribDivisor; member
13869 uint32_t maxVertexAttribDivisor; member
H A Dvulkan_hash.hpp11851 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVertexAttributeDivisorPropertiesEXT.maxVertexAttribDivisor );
11865 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVertexAttributeDivisorPropertiesKHR.maxVertexAttribDivisor );
H A Dvulkan_structs.hpp[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1367 { PN(checkAlways), PN(vertexAttributeDivisorPropertiesEXT.maxVertexAttribDivisor), LIM_MIN_UINT32((1<<16) - 1) }, in validateLimitsExtVertexAttributeDivisor()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp1358 { PN(checkAlways), PN(vertexAttributeDivisorPropertiesEXT.maxVertexAttribDivisor), LIM_MIN_UINT32((1<<16) - 1) }, in validateLimitsExtVertexAttributeDivisor()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h10469 uint32_t maxVertexAttribDivisor; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp55606 uint32_t maxVertexAttribDivisor = {}; global() member
[all...]
H A Dvulkan_core.h10872 uint32_t maxVertexAttribDivisor; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h11975 uint32_t maxVertexAttribDivisor; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h11032 uint32_t maxVertexAttribDivisor; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp[all...]
H A Dvulkan_json_parser.hpp12724 parse_uint32_t("maxVertexAttribDivisor", obj["maxVertexAttribDivisor"], (o.maxVertexAttribDivisor)); in parse_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT()

Completed in 615 milliseconds