Home
last modified time | relevance | path

Searched refs:maxVertexInputAttributes (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DAdapterVk.cpp225 CHECK_AND_SET_V1_MAX_LIMIT(maxVertexInputAttributes, maxVertexAttributes); in InitializeSupportedLimitsImpl()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp461 const deUint32 maxAttributes = context.getDeviceProperties().limits.maxVertexInputAttributes; in checkSupport()
464 TCU_THROW(NotSupportedError, "Unsupported number of vertex input attributes, maxVertexInputAttributes: " + de::toString(maxAttributes)); in checkSupport()
479 const deUint32 maxAttributes = limits.maxVertexInputAttributes; in createInstance()
481 // Use VkPhysicalDeviceLimits::maxVertexInputAttributes in createInstance()
2023 // VkPhysicalDeviceLimits::maxVertexInputAttributes is used when attributeCount is 0 in createMaxAttributeTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp525 const deUint32 maxAttributes = context.getDeviceProperties().limits.maxVertexInputAttributes; in checkSupport()
528 TCU_THROW(NotSupportedError, "Unsupported number of vertex input attributes, maxVertexInputAttributes: " + de::toString(maxAttributes)); in checkSupport()
554 const deUint32 maxAttributes = limits.maxVertexInputAttributes; in createInstance()
556 // Use VkPhysicalDeviceLimits::maxVertexInputAttributes in createInstance()
2189 // VkPhysicalDeviceLimits::maxVertexInputAttributes is used when attributeCount is 0 in createMaxAttributeTests()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c694 .maxVertexInputAttributes = 32, in panvk_GetPhysicalDeviceProperties2()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp602 mNativeCaps.maxVertexAttributes = LimitToInt(limitsVk.maxVertexInputAttributes); in ensureCapsInitialized()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c900 .maxVertexInputAttributes = PVR_MAX_VERTEX_INPUT_BINDINGS, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c292 .maxVertexInputAttributes = 32, in lvp_physical_device_init()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1006 props->limits.maxVertexInputAttributes = 16; in getPhysicalDeviceProperties()
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp623 fMaxVertexAttributes = std::min(properties.limits.maxVertexInputAttributes, kMaxVertexAttributes); in initGrCaps()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1147 .maxVertexInputAttributes = 32, in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1438 .maxVertexInputAttributes = MAX_VERTEX_ATTRIBS, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1438 .maxVertexInputAttributes = MIN2(D3D12_STANDARD_VERTEX_ELEMENT_COUNT, MAX_VERTEX_GENERIC_ATTRIBS), in dzn_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c917 max = MIN2(screen->info.props.limits.maxVertexInputAttributes, PIPE_MAX_ATTRIBS); in zink_get_shader_param()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp173 { LIMIT(maxVertexInputAttributes), 16, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
778 { PN(checkAlways), PN(limits.maxVertexInputAttributes), LIM_MIN_UINT32(16) }, in validateLimits12()
2784 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxVertexInputAttributes),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp173 { LIMIT(maxVertexInputAttributes), 16, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
769 { PN(checkAlways), PN(limits.maxVertexInputAttributes), LIM_MIN_UINT32(16) }, in validateLimits12()
2809 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxVertexInputAttributes),
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1907 .maxVertexInputAttributes = MAX_VES, in anv_GetPhysicalDeviceProperties()
/third_party/glfw/deps/glad/
H A Dvulkan.h3433 uint32_t maxVertexInputAttributes; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1948 .maxVertexInputAttributes = MAX_VERTEX_ATTRIBS, in radv_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1846 uint32_t maxVertexInputAttributes; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h55 size += vn_sizeof_uint32_t(&val->maxVertexInputAttributes); in vn_sizeof_VkPhysicalDeviceLimits()
173 vn_decode_uint32_t(dec, &val->maxVertexInputAttributes); in vn_decode_VkPhysicalDeviceLimits()
303 /* skip val->maxVertexInputAttributes */ in vn_sizeof_VkPhysicalDeviceLimits_partial()
415 /* skip val->maxVertexInputAttributes */ in vn_encode_VkPhysicalDeviceLimits_partial()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2573 uint32_t maxVertexInputAttributes; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp45926 uint32_t maxVertexInputAttributes = {}; global() member
[all...]
H A Dvulkan_core.h2666 uint32_t maxVertexInputAttributes; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2930 uint32_t maxVertexInputAttributes; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h2715 uint32_t maxVertexInputAttributes; member

Completed in 385 milliseconds

12