/third_party/openGLES/extensions/NV/ |
D | NV_scissor_exclusive.txt | 110 <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
|
D | NV_clip_space_w_scaling.txt | 146 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
|
D | NV_viewport_array2.txt | 172 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
|
D | NV_viewport_swizzle.txt | 131 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/ |
D | ARB_viewport_array.txt | 116 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 …]
|
D | ARB_shader_viewport_layer_array.txt | 118 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/ |
D | ARB_viewport_array.txt | 126 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 …]
|
D | ARB_shader_viewport_layer_array.txt | 128 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/ |
D | v3dv_limits.h | 30 #define MAX_VIEWPORTS 1 macro
|
D | v3dv_private.h | 859 VkViewport viewports[MAX_VIEWPORTS]; 860 float translate[MAX_VIEWPORTS][3]; 861 float scale[MAX_VIEWPORTS][3];
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_constants.h | 36 #define MAX_VIEWPORTS 16 macro
|
D | radv_meta.c | 110 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()
|
D | radv_private.h | 1212 VkViewport viewports[MAX_VIEWPORTS]; 1216 } xform[MAX_VIEWPORTS]; 1980 VkViewport viewports[MAX_VIEWPORTS];
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_common.h | 85 #define MAX_VIEWPORTS 16 macro
|
D | tu_cmd_buffer.h | 314 VkViewport viewport[MAX_VIEWPORTS];
|
/third_party/mesa3d/src/mesa/main/ |
D | config.h | 128 #define MAX_VIEWPORTS 16 macro
|
D | scissor.c | 329 for (i = 0; i < MAX_VIEWPORTS; i++) in _mesa_init_scissor()
|
D | mtypes.h | 700 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/ |
D | NV_clip_space_w_scaling.txt | 146 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
|
D | NV_viewport_array2.txt | 172 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
|
D | NV_viewport_swizzle.txt | 131 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/ |
D | CTS_ARB_shader_viewport_layer_array.txt | 43 * Create multiple viewports (MAX_VIEWPORTS)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_vertex_shader_viewport_index.txt | 106 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/ |
D | AMD_vertex_shader_viewport_index.txt | 106 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/ |
D | genX_state.c | 505 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()
|