Home
last modified time | relevance | path

Searched refs:MAX_VIEWPORTS (Results 1 – 25 of 39) sorted by relevance

12

/third_party/openGLES/extensions/NV/
DNV_scissor_exclusive.txt110 <first> set to 0, <count> set to the value of MAX_VIEWPORTS, and <v>
111 filled with an array of 4*MAX_VIEWPORTS integer, with each group of four
132 <first>+<count> is greater than the value of MAX_VIEWPORTS.
151 greater than or equal to the value of MAX_VIEWPORTS.
179 If NV_viewport_array is supported, references to MAX_VIEWPORTS and
182 If OES_viewport_array is supported, references to MAX_VIEWPORTS and
192 If implemented in OpenGL ES, remove all references to MAX_VIEWPORTS and
DNV_clip_space_w_scaling.txt146 to the value of MAX_VIEWPORTS.
178 If NV_viewport_array is supported, replace all references to MAX_VIEWPORTS
180 If OES_viewport_array is supported, replace all references to MAX_VIEWPORTS
DNV_viewport_array2.txt172 of MAX_VIEWPORTS minus one. If last active vertex, tessellation, or
178 MAX_VIEWPORTS minus one, the results of the viewport transformation are
187 value of MAX_VIEWPORTS are set, the number of times the primitive is
424 If the value has bits greater than or equal to MAX_VIEWPORTS set, the
DNV_viewport_swizzle.txt131 to the value of MAX_VIEWPORTS.
178 greater than or equal to the value of MAX_VIEWPORTS.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_viewport_array.txt116 MAX_VIEWPORTS 0x825B
197 value of MAX_VIEWPORTS minus one. If a geometry shader is active and
202 of MAX_VIEWPORTS minus one, the results of the viewport
221 (<first> + <count>) is greater than the value of MAX_VIEWPORTS then
236 for (uint i = 0; i < MAX_VIEWPORTS; i++)
254 <count>) is greater than the value of MAX_VIEWPORTS then an
279 for (uint i = 0; i < MAX_VIEWPORTS; i++)
342 value of MAX_VIEWPORTS, then an INVALID_VALUE error is generated.
368 MAX_VIEWPORTS, then an INVALID_VALUE error is generated.
395 for (uint i = 0; i < MAX_VIEWPORTS; i++) {
[all …]
DARB_shader_viewport_layer_array.txt118 of MAX_VIEWPORTS minus one. If an active vertex processing shader is active and
122 index is outside the range zero to the value of MAX_VIEWPORTS minus one,
/third_party/openGLES/extensions/ARB/
DARB_viewport_array.txt126 MAX_VIEWPORTS 0x825B
207 value of MAX_VIEWPORTS minus one. If a geometry shader is active and
212 of MAX_VIEWPORTS minus one, the results of the viewport
231 (<first> + <count>) is greater than the value of MAX_VIEWPORTS then
246 for (uint i = 0; i < MAX_VIEWPORTS; i++)
264 <count>) is greater than the value of MAX_VIEWPORTS then an
289 for (uint i = 0; i < MAX_VIEWPORTS; i++)
352 value of MAX_VIEWPORTS, then an INVALID_VALUE error is generated.
378 MAX_VIEWPORTS, then an INVALID_VALUE error is generated.
405 for (uint i = 0; i < MAX_VIEWPORTS; i++) {
[all …]
DARB_shader_viewport_layer_array.txt128 of MAX_VIEWPORTS minus one. If an active vertex processing shader is active and
132 index is outside the range zero to the value of MAX_VIEWPORTS minus one,
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_limits.h30 #define MAX_VIEWPORTS 1 macro
Dv3dv_private.h859 VkViewport viewports[MAX_VIEWPORTS];
860 float translate[MAX_VIEWPORTS][3];
861 float scale[MAX_VIEWPORTS][3];
/third_party/mesa3d/src/amd/vulkan/
Dradv_constants.h36 #define MAX_VIEWPORTS 16 macro
Dradv_meta.c110 MAX_VIEWPORTS); in radv_meta_save()
112 MAX_VIEWPORTS); in radv_meta_save()
240 MAX_VIEWPORTS); in radv_meta_restore()
242 MAX_VIEWPORTS); in radv_meta_restore()
Dradv_private.h1212 VkViewport viewports[MAX_VIEWPORTS];
1216 } xform[MAX_VIEWPORTS];
1980 VkViewport viewports[MAX_VIEWPORTS];
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_common.h85 #define MAX_VIEWPORTS 16 macro
Dtu_cmd_buffer.h314 VkViewport viewport[MAX_VIEWPORTS];
/third_party/mesa3d/src/mesa/main/
Dconfig.h128 #define MAX_VIEWPORTS 16 macro
Dscissor.c329 for (i = 0; i < MAX_VIEWPORTS; i++) in _mesa_init_scissor()
Dmtypes.h700 struct gl_scissor_rect ScissorArray[MAX_VIEWPORTS];
3239 struct gl_viewport_attrib ViewportArray[MAX_VIEWPORTS];
3409 struct gl_viewport_attrib ViewportArray[MAX_VIEWPORTS]; /**< Viewport attributes */
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_clip_space_w_scaling.txt146 to the value of MAX_VIEWPORTS.
178 If NV_viewport_array is supported, replace all references to MAX_VIEWPORTS
180 If OES_viewport_array is supported, replace all references to MAX_VIEWPORTS
DNV_viewport_array2.txt172 of MAX_VIEWPORTS minus one. If last active vertex, tessellation, or
178 MAX_VIEWPORTS minus one, the results of the viewport transformation are
187 value of MAX_VIEWPORTS are set, the number of times the primitive is
424 If the value has bits greater than or equal to MAX_VIEWPORTS set, the
DNV_viewport_swizzle.txt131 to the value of MAX_VIEWPORTS.
178 greater than or equal to the value of MAX_VIEWPORTS.
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_shader_viewport_layer_array.txt43 * Create multiple viewports (MAX_VIEWPORTS)
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_vertex_shader_viewport_index.txt106 of MAX_VIEWPORTS minus one. If a vertex or geometry shader is active and
110 index is outside the range zero to the value of MAX_VIEWPORTS minus one,
/third_party/openGLES/extensions/AMD/
DAMD_vertex_shader_viewport_index.txt106 of MAX_VIEWPORTS minus one. If a vertex or geometry shader is active and
110 index is outside the range zero to the value of MAX_VIEWPORTS minus one,
/third_party/mesa3d/src/intel/vulkan/
DgenX_state.c505 for (uint32_t __v = 0; __v < MAX_VIEWPORTS; __v++) { in genX()
544 for (uint32_t __v = 0; __v < MAX_VIEWPORTS; __v++) { in genX()
584 offset *= MAX_VIEWPORTS * GENX(CPS_STATE_length) * 4; in get_cps_state_offset()

12