Home
last modified time | relevance | path

Searched refs:maxTessellationControlPerVertexOutputComponents (Results 1 – 25 of 170) sorted by relevance

1234567

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationLimitsTests.cpp96 … properties.limits.maxTessellationControlPerVertexOutputComponents); in deviceLimitsTestCase()
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.c656 .maxTessellationControlPerVertexOutputComponents = 128, in hk_get_device_properties()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_physical_device.c369 .maxTessellationControlPerVertexOutputComponents = 0, in get_device_properties()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp1947 if (numCompOut > limits.maxTessellationControlPerVertexOutputComponents) { in ValidateShaderStageInputOutputLimits()
1953 limits.maxTessellationControlPerVertexOutputComponents, in ValidateShaderStageInputOutputLimits()
1954 … numCompOut - limits.maxTessellationControlPerVertexOutputComponents); in ValidateShaderStageInputOutputLimits()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_physical_device.c725 .maxTessellationControlPerVertexOutputComponents = 128, in nvk_get_device_properties()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp1124 rx::LimitToInt(limitsVk.maxTessellationControlPerVertexOutputComponents); in ensureCapsInitialized()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1167 props->limits.maxTessellationControlPerVertexOutputComponents = 64; in getPhysicalDeviceProperties()
/aosp_15_r20/frameworks/native/vulkan/vkjson/
H A Dvkjson.cc536 …sellationControlPerVertexOutputComponents", &limits->maxTessellationControlPerVertexOutputComponen… in Iterate()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp201 …{LIMIT(maxTessellationControlPerVertexOutputComponents), 64, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, in validateFeatureLimits()
332 …{LIMIT(maxTessellationControlPerVertexOutputComponents), FEATURE(tessellationShader), 0, 0, 0, 0.0… in validateFeatureLimits()
840 … {PN(features.tessellationShader), PN(limits.maxTessellationControlPerVertexOutputComponents), in validateLimits12()
3071 …FFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxTessellationControlPerVertexOutputComponen…
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c838 .maxTessellationControlPerVertexOutputComponents = 128, in lvp_get_properties()
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c950 .maxTessellationControlPerVertexOutputComponents = 0, in get_device_properties()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_physical_device.c1190 .maxTessellationControlPerVertexOutputComponents = 128, in get_properties()
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c502 .maxTessellationControlPerVertexOutputComponents = 0, in pvr_physical_device_get_properties()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c1368 .maxTessellationControlPerVertexOutputComponents = 128, in radv_get_physical_device_properties()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_device.c1029 .maxTessellationControlPerVertexOutputComponents = 128, in get_properties()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_device.cc912 props->maxTessellationControlPerVertexOutputComponents = 128; in tu_get_properties()
/aosp_15_r20/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py844maxTessellationControlPerVertexOutputComponents = printer.write_int("maxTessellationControlPerVert…
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkStructTypes.inl1085 uint32_t maxTessellationControlPerVertexOutputComponents; member
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c875 .maxTessellationControlPerVertexOutputComponents = 0, in dzn_physical_device_get_properties()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c1204 max = screen->info.props.limits.maxTessellationControlPerVertexOutputComponents / 4; in zink_get_shader_param()
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_pipeline_shader.cpp3882 …nst uint32_t maxTescOutComp = m_device->props.limits.maxTessellationControlPerVertexOutputComponen… in TEST_F()
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h1854 uint32_t maxTessellationControlPerVertexOutputComponents; member
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp32234 …( maxTessellationControlPerVertexInputComponents_ ), maxTessellationControlPerVertexOutputComponen…
32272 …ize, maxTessellationControlPerVertexInputComponents, maxTessellationControlPerVertexOutputComponen… in reflect()
32322 …&& ( maxTessellationControlPerVertexOutputComponents == rhs.maxTessellationControlPerVertexOutputC… in operator ==()
32438 uint32_t maxTessellationControlPerVertexOutputComponents = {}; member
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkStructTypes.inl1098 uint32_t maxTessellationControlPerVertexOutputComponents; member
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2271 uint32_t maxTessellationControlPerVertexOutputComponents; member

1234567