Home
last modified time | relevance | path

Searched refs:MAX_VERTEX_STREAMS (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dconfig.h256 #define MAX_VERTEX_STREAMS 4 macro
Dmtypes.h1945 struct pipe_stream_output_target *draw_count[MAX_VERTEX_STREAMS];
2385 struct gl_query_object *PrimitivesGenerated[MAX_VERTEX_STREAMS];
2386 struct gl_query_object *PrimitivesWritten[MAX_VERTEX_STREAMS];
2389 struct gl_query_object *TransformFeedbackOverflow[MAX_VERTEX_STREAMS];
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_pipeline_state.cpp102 int next_offset[MAX_VERTEX_STREAMS] = { 0 }; in fill_so_declaration()
142 for (unsigned i = 0; i < MAX_VERTEX_STREAMS; i++) in fill_so_declaration()
144 *num_strides = MAX_VERTEX_STREAMS; in fill_so_declaration()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_transform_feedback_instanced.txt90 MAX_VERTEX_STREAMS. Calling DrawTransformFeedbackInstanced is equivalent
124 <stream> is greater than or equal to the value of MAX_VERTEX_STREAMS.
DARB_transform_feedback_overflow_query.txt95 zero to the value of MAX_VERTEX_STREAMS minus one.
111 zero to the value of MAX_VERTEX_STREAMS minus one.
132 zero to the value of MAX_VERTEX_STREAMS minus one.
DARB_transform_feedback3.txt128 MAX_VERTEX_STREAMS 0x8E71
216 dependent constant MAX_VERTEX_STREAMS. If <index> is not an integer in the
217 range zero to the value of MAX_VERTEX_STREAMS minus one, the error
231 not an integer in the range zero to the value of MAX_VERTEX_STREAMS minus
358 MAX_VERTEX_STREAMS. DrawTransformFeedback is equivalent to calling
477 MAX_VERTEX_STREAMS will be 1. In this case, the new query object
636 equal to the value of MAX_VERTEX_STREAMS. The error INVALID_OPERATION is
818 or PRIMITIVES_GENERATED and <index> is greater or equal to MAX_VERTEX_STREAMS.
830 MAX_VERTEX_STREAMS.
857 MAX_VERTEX_STREAMS.
[all …]
DARB_gpu_shader5.txt165 MAX_VERTEX_STREAMS 0x8E71
170 "NV" enums from NV_gpu_program5. MAX_VERTEX_STREAMS is also defined in
1490 MAX_VERTEX_STREAMS Z+ GetInteger 4 total number of vertex 2.16.4 -
/third_party/openGLES/extensions/ARB/
DARB_transform_feedback_overflow_query.txt105 zero to the value of MAX_VERTEX_STREAMS minus one.
121 zero to the value of MAX_VERTEX_STREAMS minus one.
142 zero to the value of MAX_VERTEX_STREAMS minus one.
DARB_transform_feedback_instanced.txt100 MAX_VERTEX_STREAMS. Calling DrawTransformFeedbackInstanced is equivalent
134 <stream> is greater than or equal to the value of MAX_VERTEX_STREAMS.
DARB_transform_feedback3.txt138 MAX_VERTEX_STREAMS 0x8E71
226 dependent constant MAX_VERTEX_STREAMS. If <index> is not an integer in the
227 range zero to the value of MAX_VERTEX_STREAMS minus one, the error
241 not an integer in the range zero to the value of MAX_VERTEX_STREAMS minus
368 MAX_VERTEX_STREAMS. DrawTransformFeedback is equivalent to calling
487 MAX_VERTEX_STREAMS will be 1. In this case, the new query object
646 equal to the value of MAX_VERTEX_STREAMS. The error INVALID_OPERATION is
828 or PRIMITIVES_GENERATED and <index> is greater or equal to MAX_VERTEX_STREAMS.
840 MAX_VERTEX_STREAMS.
867 MAX_VERTEX_STREAMS.
[all …]
DARB_gpu_shader5.txt175 MAX_VERTEX_STREAMS 0x8E71
180 "NV" enums from NV_gpu_program5. MAX_VERTEX_STREAMS is also defined in
1500 MAX_VERTEX_STREAMS Z+ GetInteger 4 total number of vertex 2.16.4 -
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_gs_visitor.cpp393 assert(stream_id < MAX_VERTEX_STREAMS); in set_stream_control_data_bits()
Dbrw_fs_nir.cpp2383 assert(stream_id < MAX_VERTEX_STREAMS); in set_gs_stream_control_data_bits()
/third_party/openGLES/extensions/AMD/
DAMD_transform_feedback4.txt146 from zero to the value of MAX_VERTEX_STREAMS - 1.
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_transform_feedback4.txt146 from zero to the value of MAX_VERTEX_STREAMS - 1.
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c2394 (output_var->data.stream < MAX_VERTEX_STREAMS && in assign_initial_varying_locations()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst1782 - virgl: define MAX_VERTEX_STREAMS based on availability of TF3