/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderViewportLayerArrayTests.cpp | 275 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 D | gl4cShaderViewportLayerArrayTests.hpp | 75 ShaderPipeline(bool tesselletionShader, bool geometryShader, int maxViewports, const std::string& varName);
|
/third_party/glslang/glslang/Include/ |
H A D | ResourceLimits.h | 116 int maxViewports; member
|
/third_party/glslang/glslang/ResourceLimits/ |
H A D | ResourceLimits.cpp | 227 << "MaxViewports " << DefaultTBuiltInResource.maxViewports << "\n" in GetDefaultTBuiltInResourceString() 433 resources->maxViewports = value; in DecodeResourceLimits()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcSpirvUtils.cpp | 165 builtin->maxViewports = 16; in getDefaultBuiltInResources()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkShaderToSpirV.cpp | 176 builtin->maxViewports = 16; in getDefaultBuiltInResources()
|
H A D | vkNullDriver.cpp | 1043 props->limits.maxViewports = 16; in getPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsScissorMultiViewportTests.cpp | 448 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 D | vktFragmentOperationsScissorMultiViewportTests.cpp | 448 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 D | vulkan_command_buffer_utils.h | 430 Resources.maxViewports = 16; in init_resources()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawShaderLayerTests.cpp | 872 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 D | vktDrawShaderViewportIndexTests.cpp | 1055 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 D | renderergl_utils.cpp | 1427 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 D | panvk_device.c | 727 .maxViewports = MAX_VIEWPORTS, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawShaderLayerTests.cpp | 883 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 D | vktDrawShaderViewportIndexTests.cpp | 1059 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 D | zink_program.c | 1009 ctx->vp_state.num_viewports = MIN2(screen->info.props.limits.maxViewports, PIPE_MAX_VIEWPORTS); in bind_last_vertex_stage()
|
H A D | zink_screen.c | 661 return MIN2(screen->info.props.limits.maxViewports, PIPE_MAX_VIEWPORTS); in zink_get_param()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_device.c | 949 .maxViewports = PVR_MAX_VIEWPORTS, in pvr_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 329 .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 D | vktApiFeatureInfo.cpp | 210 { 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 D | vktApiFeatureInfo.cpp | 210 { 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 D | tu_device.c | 1180 .maxViewports = MAX_VIEWPORTS, in tu_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 1482 .maxViewports = MAX_VIEWPORTS, in v3dv_GetPhysicalDeviceProperties()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 1471 .maxViewports = 1, in dzn_GetPhysicalDeviceProperties2()
|