/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
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()
|
D | gl4cShaderViewportLayerArrayTests.hpp | 75 …ShaderPipeline(bool tesselletionShader, bool geometryShader, int maxViewports, const std::string& …
|
/third_party/glslang/glslang/Include/ |
D | ResourceLimits.h | 116 int maxViewports; member
|
/third_party/glslang/StandAlone/ |
D | ResourceLimits.cpp | 227 … << "MaxViewports " << DefaultTBuiltInResource.maxViewports << "\n" in GetDefaultTBuiltInResourceString() 433 resources->maxViewports = value; in DecodeResourceLimits()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_clip_space_w_scaling/ |
D | vertexpostproc.txt | 75 `1` and slink:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
|
D | vertexpostproc.adoc | 110 `1` and slink:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcSpirvUtils.cpp | 165 builtin->maxViewports = 16; in getDefaultBuiltInResources()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkShaderToSpirV.cpp | 176 builtin->maxViewports = 16; in getDefaultBuiltInResources()
|
D | vkNullDriver.cpp | 1004 props->limits.maxViewports = 16; in getPhysicalDeviceProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
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/ |
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/ |
D | vulkan_command_buffer_utils.h | 430 Resources.maxViewports = 16; in init_resources()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 430 Resources.maxViewports = 16; in init_resources()
|
/third_party/mesa3d/docs/drivers/ |
D | zink.rst | 157 * ``maxViewports`` ≥ 16
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | vertexpostproc.txt | 1041 sname:VkPhysicalDeviceLimits::pname:maxViewports minus one. 1086 sname:VkPhysicalDeviceLimits::pname:maxViewports 1089 sname:VkPhysicalDeviceLimits::pname:maxViewports 1168 sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive 1210 sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive 1343 `1` and sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
|
D | vertexpostproc.adoc | 1250 sname:VkPhysicalDeviceLimits::pname:maxViewports minus one. 1295 sname:VkPhysicalDeviceLimits::pname:maxViewports 1298 sname:VkPhysicalDeviceLimits::pname:maxViewports 1387 sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive 1439 sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive 1572 `1` and sname:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderLayerTests.cpp | 872 if (limits.maxViewports < MIN_MAX_VIEWPORTS) in checkRequirements()
|
D | vktDrawShaderViewportIndexTests.cpp | 1055 if (context.getDeviceProperties().limits.maxViewports < MIN_MAX_VIEWPORTS) in checkSupport()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawShaderLayerTests.cpp | 872 if (limits.maxViewports < MIN_MAX_VIEWPORTS) in checkRequirements()
|
D | vktDrawShaderViewportIndexTests.cpp | 1055 if (context.getDeviceProperties().limits.maxViewports < MIN_MAX_VIEWPORTS) in checkSupport()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 1152 const int maxViewports = QuerySingleGLInt(functions, GL_MAX_VIEWPORTS); in GenerateCaps() local 1155 std::min(maxLayers, maxViewports))); in GenerateCaps()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkphysicaldevice.c | 600 DEBUG_UINT32 ("limit", limits, maxViewports); in dump_limits()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
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/ |
D | panvk_device.c | 727 .maxViewports = MAX_VIEWPORTS, in panvk_GetPhysicalDeviceProperties2()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_program.c | 1009 … ctx->vp_state.num_viewports = MIN2(screen->info.props.limits.maxViewports, PIPE_MAX_VIEWPORTS); in bind_last_vertex_stage()
|