/external/chromium_org/third_party/mesa/src/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::__anon18966 961 uint32_t vp_offset; member in struct:brw_context::__anon18967 1033 uint32_t vp_offset; member in struct:brw_context::__anon18969 [all...] |
/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::__anon11450 961 uint32_t vp_offset; member in struct:brw_context::__anon11451 1033 uint32_t vp_offset; member in struct:brw_context::__anon11453 [all...] |