HomeSort by relevance Sort by last modified time
    Searched refs:MAX_VERTEX_STREAMS (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/main/
config.h 271 #define MAX_VERTEX_STREAMS 4
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sol_state.c 107 uint16_t so_decl[MAX_VERTEX_STREAMS][128];
108 int buffer_mask[MAX_VERTEX_STREAMS] = {0, 0, 0, 0};
109 int next_offset[MAX_VERTEX_STREAMS] = {0, 0, 0, 0};
110 int decls[MAX_VERTEX_STREAMS] = {0, 0, 0, 0};
127 assert(stream_id < MAX_VERTEX_STREAMS);
brw_vec4_gs_visitor.cpp 416 assert(stream_id >= 0 && stream_id < MAX_VERTEX_STREAMS);
    [all...]
brw_context.c 810 ctx->Const.MaxVertexStreams = MIN2(4, MAX_VERTEX_STREAMS);
    [all...]
brw_fs_nir.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_xformfb.c 59 struct pipe_stream_output_target *draw_count[MAX_VERTEX_STREAMS];
  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp     [all...]

Completed in 211 milliseconds