/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | gfx6_queryobj.c | 284 query->Base.Result = check_xfb_overflow_streams(results, MAX_VERTEX_STREAMS); in gfx6_queryobj_get_results() 382 write_xfb_overflow_streams(ctx, query->bo, 0, MAX_VERTEX_STREAMS, 0); in gfx6_begin_query() 444 write_xfb_overflow_streams(ctx, query->bo, 0, MAX_VERTEX_STREAMS, 1); in gfx6_end_query()
|
D | brw_conditional_render.c | 107 set_predicate_for_overflow_query(brw, query, 0, MAX_VERTEX_STREAMS); in set_predicate_for_result()
|
D | hsw_queryobj.c | 358 hsw_overflow_result_to_gpr0(brw, query, MAX_VERTEX_STREAMS); in hsw_result_to_gpr0()
|
D | genX_state_upload.c | 3586 struct GENX(SO_DECL) so_decl[MAX_VERTEX_STREAMS][128]; 3587 int buffer_mask[MAX_VERTEX_STREAMS] = {0, 0, 0, 0}; 3588 int next_offset[MAX_VERTEX_STREAMS] = {0, 0, 0, 0}; 3589 int decls[MAX_VERTEX_STREAMS] = {0, 0, 0, 0}; 3604 assert(stream_id < MAX_VERTEX_STREAMS);
|
D | brw_context.c | 813 ctx->Const.MaxVertexStreams = MIN2(4, MAX_VERTEX_STREAMS); in brw_initialize_context_constants()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_pipeline_state.cpp | 75 int next_offset[MAX_VERTEX_STREAMS] = { 0 }; in fill_so_declaration() 111 for (unsigned i = 0; i < MAX_VERTEX_STREAMS; i++) in fill_so_declaration() 113 *num_strides = MAX_VERTEX_STREAMS; in fill_so_declaration()
|
/third_party/mesa3d/src/mesa/main/ |
D | config.h | 252 #define MAX_VERTEX_STREAMS 4 macro
|
D | mtypes.h | 3334 struct gl_query_object *PrimitivesGenerated[MAX_VERTEX_STREAMS]; 3335 struct gl_query_object *PrimitivesWritten[MAX_VERTEX_STREAMS]; 3338 struct gl_query_object *TransformFeedbackOverflow[MAX_VERTEX_STREAMS];
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_query.c | 313 for (int i = 0; i < MAX_VERTEX_STREAMS; i++) in calculate_result_on_cpu() 359 struct mi_value stream_result[MAX_VERTEX_STREAMS]; in calc_overflow_any_stream() 360 for (int i = 0; i < MAX_VERTEX_STREAMS; i++) in calc_overflow_any_stream() 364 for (int i = 1; i < MAX_VERTEX_STREAMS; i++) in calc_overflow_any_stream()
|
D | iris_state.c | 3836 struct GENX(SO_DECL) so_decl[MAX_VERTEX_STREAMS][128]; in iris_create_so_decl_list() 3837 int buffer_mask[MAX_VERTEX_STREAMS] = {0, 0, 0, 0}; in iris_create_so_decl_list() 3838 int next_offset[MAX_VERTEX_STREAMS] = {0, 0, 0, 0}; in iris_create_so_decl_list() 3839 int decls[MAX_VERTEX_STREAMS] = {0, 0, 0, 0}; in iris_create_so_decl_list() 3853 assert(stream_id < MAX_VERTEX_STREAMS); in iris_create_so_decl_list()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_query.c | 341 for (int i = 0; i < MAX_VERTEX_STREAMS; i++) in calculate_result_on_cpu() 388 struct mi_value stream_result[MAX_VERTEX_STREAMS]; in calc_overflow_any_stream() 389 for (int i = 0; i < MAX_VERTEX_STREAMS; i++) in calc_overflow_any_stream() 393 for (int i = 1; i < MAX_VERTEX_STREAMS; i++) in calc_overflow_any_stream()
|
D | crocus_state.c | 4273 struct GENX(SO_DECL) so_decl[MAX_VERTEX_STREAMS][128]; in crocus_create_so_decl_list() 4274 int buffer_mask[MAX_VERTEX_STREAMS] = {0, 0, 0, 0}; in crocus_create_so_decl_list() 4275 int next_offset[MAX_VERTEX_STREAMS] = {0, 0, 0, 0}; in crocus_create_so_decl_list() 4276 int decls[MAX_VERTEX_STREAMS] = {0, 0, 0, 0}; in crocus_create_so_decl_list() 4290 assert(stream_id < MAX_VERTEX_STREAMS); in crocus_create_so_decl_list()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_transform_feedback_instanced.txt | 90 MAX_VERTEX_STREAMS. Calling DrawTransformFeedbackInstanced is equivalent 124 <stream> is greater than or equal to the value of MAX_VERTEX_STREAMS.
|
D | ARB_transform_feedback_overflow_query.txt | 95 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.
|
D | ARB_transform_feedback3.txt | 128 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 …]
|
D | ARB_gpu_shader5.txt | 165 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/ |
D | ARB_transform_feedback_overflow_query.txt | 105 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.
|
D | ARB_transform_feedback_instanced.txt | 100 MAX_VERTEX_STREAMS. Calling DrawTransformFeedbackInstanced is equivalent 134 <stream> is greater than or equal to the value of MAX_VERTEX_STREAMS.
|
D | ARB_transform_feedback3.txt | 138 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 …]
|
D | ARB_gpu_shader5.txt | 175 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/mesa/state_tracker/ |
D | st_cb_xformfb.c | 60 struct pipe_stream_output_target *draw_count[MAX_VERTEX_STREAMS];
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_gs_visitor.cpp | 395 assert(stream_id < MAX_VERTEX_STREAMS); in set_stream_control_data_bits()
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_transform_feedback4.txt | 146 from zero to the value of MAX_VERTEX_STREAMS - 1.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_transform_feedback4.txt | 146 from zero to the value of MAX_VERTEX_STREAMS - 1.
|
/third_party/mesa3d/src/compiler/glsl/ |
D | link_varyings.cpp | 2856 (output_var->data.stream < MAX_VERTEX_STREAMS && in assign_varying_locations()
|