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

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_viewport_state.c 42 sizeof(*vp), 64, &brw->sf.vp_offset);
43 /* Also assign to clip.vp_offset in case something uses it. */
44 brw->clip.vp_offset = brw->sf.vp_offset;
71 OUT_BATCH(brw->sf.vp_offset);
92 OUT_BATCH(brw->cc.vp_offset);
gen6_viewport_state.c 48 sizeof(*vp), 32, &brw->clip.vp_offset);
78 sizeof(*sfv), 32, &brw->sf.vp_offset);
119 OUT_BATCH(brw->clip.vp_offset);
120 OUT_BATCH(brw->sf.vp_offset);
121 OUT_BATCH(brw->cc.vp_offset);
brw_cc.c 47 sizeof(*ccv), 32, &brw->cc.vp_offset);
218 brw->cc.vp_offset) >> 5; /* reloc */
226 intel->batch.bo, brw->cc.vp_offset,
brw_sf_state.c 53 sizeof(*sfv), 32, &brw->sf.vp_offset);
194 brw->sf.vp_offset) >> 5; /* reloc */
308 intel->batch.bo, (brw->sf.vp_offset |
brw_context.h 951 uint32_t vp_offset; member in struct:brw_context::__anon16906
961 uint32_t vp_offset; member in struct:brw_context::__anon16907
1033 uint32_t vp_offset; member in struct:brw_context::__anon16909
    [all...]

Completed in 42 milliseconds