Home
last modified time | relevance | path

Searched refs:maxViewports (Results 1 – 25 of 63) sorted by relevance

123

/third_party/vk-gl-cts/external/openglcts/modules/gl/
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()
Dgl4cShaderViewportLayerArrayTests.hpp75 …ShaderPipeline(bool tesselletionShader, bool geometryShader, int maxViewports, const std::string& …
/third_party/glslang/glslang/Include/
DResourceLimits.h116 int maxViewports; member
/third_party/glslang/StandAlone/
DResourceLimits.cpp227 … << "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/
Dvertexpostproc.txt75 `1` and slink:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
Dvertexpostproc.adoc110 `1` and slink:VkPhysicalDeviceLimits::pname:maxViewports, inclusive
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSpirvUtils.cpp165 builtin->maxViewports = 16; in getDefaultBuiltInResources()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp176 builtin->maxViewports = 16; in getDefaultBuiltInResources()
DvkNullDriver.cpp1004 props->limits.maxViewports = 16; in getPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
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/
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/
Dvulkan_command_buffer_utils.h430 Resources.maxViewports = 16; in init_resources()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h430 Resources.maxViewports = 16; in init_resources()
/third_party/mesa3d/docs/drivers/
Dzink.rst157 * ``maxViewports`` ≥ 16
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvertexpostproc.txt1041 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
Dvertexpostproc.adoc1250 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/
DvktDrawShaderLayerTests.cpp872 if (limits.maxViewports < MIN_MAX_VIEWPORTS) in checkRequirements()
DvktDrawShaderViewportIndexTests.cpp1055 if (context.getDeviceProperties().limits.maxViewports < MIN_MAX_VIEWPORTS) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawShaderLayerTests.cpp872 if (limits.maxViewports < MIN_MAX_VIEWPORTS) in checkRequirements()
DvktDrawShaderViewportIndexTests.cpp1055 if (context.getDeviceProperties().limits.maxViewports < MIN_MAX_VIEWPORTS) in checkSupport()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1152 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/
Dgstvkphysicaldevice.c600 DEBUG_UINT32 ("limit", limits, maxViewports); in dump_limits()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
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/
Dpanvk_device.c727 .maxViewports = MAX_VIEWPORTS, in panvk_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_program.c1009 … ctx->vp_state.num_viewports = MIN2(screen->info.props.limits.maxViewports, PIPE_MAX_VIEWPORTS); in bind_last_vertex_stage()

123