Searched refs:depthstencil_offset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_blorp.cpp340 uint32_t depthstencil_offset; local
346 &depthstencil_offset);
360 return depthstencil_offset;
375 uint32_t depthstencil_offset,
383 OUT_BATCH(depthstencil_offset | 1); /* DEPTH_STENCIL_STATE offset */
1041 uint32_t depthstencil_offset; local
1056 depthstencil_offset = gen6_blorp_emit_depth_stencil_state(brw, params);
1058 depthstencil_offset, cc_state_offset);
372 gen6_blorp_emit_cc_state_pointers(struct brw_context *brw, const brw_blorp_params *params, uint32_t cc_blend_state_offset, uint32_t depthstencil_offset, uint32_t cc_state_offset) argument
H A Dgen7_blorp.cpp121 uint32_t depthstencil_offset)
127 OUT_BATCH(depthstencil_offset | 1);
737 uint32_t depthstencil_offset; local
756 depthstencil_offset = gen6_blorp_emit_depth_stencil_state(brw, params);
758 depthstencil_offset);
119 gen7_blorp_emit_depth_stencil_state_pointers(struct brw_context *brw, const brw_blorp_params *params, uint32_t depthstencil_offset) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_blorp.cpp340 uint32_t depthstencil_offset; local
346 &depthstencil_offset);
360 return depthstencil_offset;
375 uint32_t depthstencil_offset,
383 OUT_BATCH(depthstencil_offset | 1); /* DEPTH_STENCIL_STATE offset */
1041 uint32_t depthstencil_offset; local
1056 depthstencil_offset = gen6_blorp_emit_depth_stencil_state(brw, params);
1058 depthstencil_offset, cc_state_offset);
372 gen6_blorp_emit_cc_state_pointers(struct brw_context *brw, const brw_blorp_params *params, uint32_t cc_blend_state_offset, uint32_t depthstencil_offset, uint32_t cc_state_offset) argument
H A Dgen7_blorp.cpp121 uint32_t depthstencil_offset)
127 OUT_BATCH(depthstencil_offset | 1);
737 uint32_t depthstencil_offset; local
756 depthstencil_offset = gen6_blorp_emit_depth_stencil_state(brw, params);
758 depthstencil_offset);
119 gen7_blorp_emit_depth_stencil_state_pointers(struct brw_context *brw, const brw_blorp_params *params, uint32_t depthstencil_offset) argument

Completed in 255 milliseconds