Home
last modified time | relevance | path

Searched refs:maxViewports (Results 1 - 25 of 43) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderViewportLayerArrayTests.cpp275 GLint maxViewports = 0; in createMaxViewports() local
276 gl.getIntegerv(GL_MAX_VIEWPORTS, &maxViewports); in createMaxViewports()
280 std::vector<glw::GLfloat> data(maxViewports * viewportDataSize); in createMaxViewports()
287 for (GLint i = 0; i < maxViewports; ++i) in createMaxViewports()
308 gl.viewportArrayv(0, maxViewports, data.data()); in createMaxViewports()
311 return maxViewports; in createMaxViewports()
H A Dgl4cShaderViewportLayerArrayTests.hpp75 ShaderPipeline(bool tesselletionShader, bool geometryShader, int maxViewports, const std::string& varName);
/third_party/glslang/glslang/Include/
H A DResourceLimits.h116 int maxViewports; member
/third_party/glslang/glslang/ResourceLimits/
H A DResourceLimits.cpp227 << "MaxViewports " << DefaultTBuiltInResource.maxViewports << "\n" in GetDefaultTBuiltInResourceString()
433 resources->maxViewports = value; in DecodeResourceLimits()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSpirvUtils.cpp165 builtin->maxViewports = 16; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkShaderToSpirV.cpp176 builtin->maxViewports = 16; in getDefaultBuiltInResources()
H A DvkNullDriver.cpp1043 props->limits.maxViewports = 16; in getPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp448 if (context.getDeviceProperties().limits.maxViewports < MIN_MAX_VIEWPORTS) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp448 if (context.getDeviceProperties().limits.maxViewports < MIN_MAX_VIEWPORTS) in checkSupport()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.h430 Resources.maxViewports = 16; in init_resources()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawShaderLayerTests.cpp872 if (limits.maxViewports < MIN_MAX_VIEWPORTS) in checkRequirements()
873 TCU_FAIL("multiViewport supported but maxViewports is less than the minimum required"); in checkRequirements()
H A DvktDrawShaderViewportIndexTests.cpp1055 if (context.getDeviceProperties().limits.maxViewports < MIN_MAX_VIEWPORTS) in checkSupport()
1056 TCU_FAIL("multiViewport supported but maxViewports is less than the minimum required"); in checkSupport()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp1427 const int maxViewports = QuerySingleGLInt(functions, GL_MAX_VIEWPORTS); in GenerateCaps() local
1428 caps->maxViews = static_cast<GLuint>(std::min(maxLayers, maxViewports)); in GenerateCaps()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c727 .maxViewports = MAX_VIEWPORTS, in panvk_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderLayerTests.cpp883 if (limits.maxViewports < MIN_MAX_VIEWPORTS) in checkRequirements()
884 TCU_FAIL("multiViewport supported but maxViewports is less than the minimum required"); in checkRequirements()
H A DvktDrawShaderViewportIndexTests.cpp1059 if (context.getDeviceProperties().limits.maxViewports < MIN_MAX_VIEWPORTS) in checkSupport()
1060 TCU_FAIL("multiViewport supported but maxViewports is less than the minimum required"); in checkSupport()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c1009 ctx->vp_state.num_viewports = MIN2(screen->info.props.limits.maxViewports, PIPE_MAX_VIEWPORTS); in bind_last_vertex_stage()
H A Dzink_screen.c661 return MIN2(screen->info.props.limits.maxViewports, PIPE_MAX_VIEWPORTS); in zink_get_param()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c949 .maxViewports = PVR_MAX_VIEWPORTS, in pvr_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c329 .maxViewports = device->pscreen->get_param(device->pscreen, PIPE_CAP_MAX_VIEWPORTS), in lvp_physical_device_init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp210 { LIMIT(maxViewports), 16, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits()
295 { LIMIT(maxViewports), FEATURE(multiViewport), 1, 0, 0, 0.0f }, in validateFeatureLimits()
815 { PN(features.multiViewport), PN(limits.maxViewports), LIM_MIN_UINT32(16) }, in validateLimits12()
2817 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxViewports),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp210 { LIMIT(maxViewports), 16, 0, 0, 0.0f, LIMIT_FORMAT_UNSIGNED_INT, LIMIT_TYPE_MIN, -1, false }, in validateFeatureLimits()
295 { LIMIT(maxViewports), FEATURE(multiViewport), 1, 0, 0, 0.0f }, in validateFeatureLimits()
806 { PN(features.multiViewport), PN(limits.maxViewports), LIM_MIN_UINT32(16) }, in validateLimits12()
2842 OFFSET_TABLE_ENTRY(VkPhysicalDeviceProperties, limits.maxViewports),
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1180 .maxViewports = MAX_VIEWPORTS, in tu_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_device.c1482 .maxViewports = MAX_VIEWPORTS, in v3dv_GetPhysicalDeviceProperties()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1471 .maxViewports = 1, in dzn_GetPhysicalDeviceProperties2()

Completed in 66 milliseconds

12