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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs.c 214 c.prog_data.inputs_read = vp->program.Base.InputsRead;
218 c.prog_data.inputs_read |= VERT_BIT_EDGEFLAG;
brw_context.h 440 GLbitfield64 inputs_read; member in struct:brw_vs_prog_data
    [all...]
brw_draw_upload.c 358 GLbitfield64 vs_inputs = brw->vs.prog_data->inputs_read;
373 * prepare the vertex buffer for it, but it's not present in inputs_read.
380 /* First build an array of pointers to ve's in vb.inputs_read
brw_vec4_emit.cpp 43 if (prog_data->inputs_read & BITFIELD64_BIT(i)) {
50 * don't represent it with a flag in inputs_read, so we call it
brw_vs_emit.c 314 if (c->prog_data.inputs_read & BITFIELD64_BIT(i)) {
    [all...]

Completed in 4933 milliseconds