Home
last modified time | relevance | path

Searched refs:maxVertexInputBindings (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DAdapterVk.cpp224 CHECK_AND_SET_V1_MAX_LIMIT(maxVertexInputBindings, maxVertexBuffers); in InitializeSupportedLimitsImpl()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c695 .maxVertexInputBindings = 32, in panvk_GetPhysicalDeviceProperties2()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp603 mNativeCaps.maxVertexAttribBindings = LimitToInt(limitsVk.maxVertexInputBindings); in ensureCapsInitialized()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c901 .maxVertexInputBindings = PVR_MAX_VERTEX_INPUT_BINDINGS, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c293 .maxVertexInputBindings = 32, in lvp_physical_device_init()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1007 props->limits.maxVertexInputBindings = 16; in getPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp597 const deUint32 maxBindings = limits.maxVertexInputBindings; in createInstance()
601 const std::string notSupportedStr = "Unsupported number of vertex input bindings, maxVertexInputBindings: " + de::toString(maxBindings); in createInstance()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1148 .maxVertexInputBindings = 32, in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1439 .maxVertexInputBindings = MAX_VBS, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1439 .maxVertexInputBindings = MAX_VBS, in dzn_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp689 const deUint32 maxBindings = limits.maxVertexInputBindings; in createInstance()
693 const std::string notSupportedStr = "Unsupported number of vertex input bindings, maxVertexInputBindings: " + de::toString(maxBindings); in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp174 { LIMIT(maxVertexInputBindings), 16, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
779 { PN(checkAlways), PN(limits.maxVertexInputBindings), LIM_MIN_UINT32(16) }, in validateLimits12()
2785 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxVertexInputBindings),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp174 { LIMIT(maxVertexInputBindings), 16, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN , -1, false }, in validateFeatureLimits()
770 { PN(checkAlways), PN(limits.maxVertexInputBindings), LIM_MIN_UINT32(16) }, in validateLimits12()
2810 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxVertexInputBindings),
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c1908 .maxVertexInputBindings = MAX_VBS, in anv_GetPhysicalDeviceProperties()
/third_party/glfw/deps/glad/
H A Dvulkan.h3434 uint32_t maxVertexInputBindings; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c1949 .maxVertexInputBindings = MAX_VBS, in radv_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1847 uint32_t maxVertexInputBindings; member
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_device.h56 size += vn_sizeof_uint32_t(&val->maxVertexInputBindings); in vn_sizeof_VkPhysicalDeviceLimits()
174 vn_decode_uint32_t(dec, &val->maxVertexInputBindings); in vn_decode_VkPhysicalDeviceLimits()
304 /* skip val->maxVertexInputBindings */ in vn_sizeof_VkPhysicalDeviceLimits_partial()
416 /* skip val->maxVertexInputBindings */ in vn_encode_VkPhysicalDeviceLimits_partial()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2574 uint32_t maxVertexInputBindings; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp45927 uint32_t maxVertexInputBindings = {}; global() member
[all...]
H A Dvulkan_core.h2667 uint32_t maxVertexInputBindings; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2931 uint32_t maxVertexInputBindings; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h2716 uint32_t maxVertexInputBindings; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp7088 print_uint32_t(obj.maxVertexInputBindings, "maxVertexInputBindings", 1); in print_VkPhysicalDeviceLimits()
7366 print_uint32_t(obj->maxVertexInputBindings, "maxVertexInputBindings", 1); in print_VkPhysicalDeviceLimits()
[all...]
H A Dvulkan_json_parser.hpp5540 parse_uint32_t("maxVertexInputBindings", obj["maxVertexInputBindings"], (o.maxVertexInputBindings)); in parse_VkPhysicalDeviceLimits()

Completed in 456 milliseconds

12