/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_state.c | 74 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 D | lvp_device.c | 1211 props->maxVertexAttribDivisor = UINT32_MAX; in lvp_GetPhysicalDeviceProperties2() 1213 props->maxVertexAttribDivisor = 1; in lvp_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_device.c | 829 properties->maxVertexAttribDivisor = UINT32_MAX / (16 * 2048); in panvk_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1304 props->maxVertexAttribDivisor = UINT32_MAX; in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1682 props->maxVertexAttribDivisor = 0xffff; in v3dv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1661 attr_div->maxVertexAttribDivisor = UINT32_MAX; in dzn_GetPhysicalDeviceProperties2()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.cpp | 2025 std::min(mVertexAttributeDivisorProperties.maxVertexAttribDivisor, in initializeDevice()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 2641 props->maxVertexAttribDivisor = UINT32_MAX / 16; in anv_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2358 properties->maxVertexAttribDivisor = UINT32_MAX; in radv_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 7239 uint32_t maxVertexAttribDivisor; member
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_device.h | 13073 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 D | vulkan_core.h | 11275 uint32_t maxVertexAttribDivisor; member 13869 uint32_t maxVertexAttribDivisor; member
|
H A D | vulkan_hash.hpp | 11851 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVertexAttributeDivisorPropertiesEXT.maxVertexAttribDivisor ); 11865 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVertexAttributeDivisorPropertiesKHR.maxVertexAttribDivisor );
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 1367 { 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 D | vktApiFeatureInfo.cpp | 1358 { PN(checkAlways), PN(vertexAttributeDivisorPropertiesEXT.maxVertexAttribDivisor), LIM_MIN_UINT32((1<<16) - 1) }, in validateLimitsExtVertexAttributeDivisor()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 10469 uint32_t maxVertexAttribDivisor; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 55606 uint32_t maxVertexAttribDivisor = {}; global() member [all...] |
H A D | vulkan_core.h | 10872 uint32_t maxVertexAttribDivisor; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 11975 uint32_t maxVertexAttribDivisor; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 11032 uint32_t maxVertexAttribDivisor; member
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | [all...] |
H A D | vulkan_json_parser.hpp | 12724 parse_uint32_t("maxVertexAttribDivisor", obj["maxVertexAttribDivisor"], (o.maxVertexAttribDivisor)); in parse_VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT()
|