Searched defs:cc_state_offset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_blorp.cpp83 uint32_t cc_state_offset)
89 OUT_BATCH(cc_state_offset | 1);
736 uint32_t cc_state_offset = 0; local
752 cc_state_offset = gen6_blorp_emit_cc_state(brw, params);
754 gen7_blorp_emit_cc_state_pointer(brw, params, cc_state_offset);
81 gen7_blorp_emit_cc_state_pointer(struct brw_context *brw, const brw_blorp_params *params, uint32_t cc_state_offset) argument
H A Dgen6_blorp.cpp320 uint32_t cc_state_offset; local
325 &cc_state_offset);
328 return cc_state_offset;
376 uint32_t cc_state_offset)
384 OUT_BATCH(cc_state_offset | 1); /* COLOR_CALC_STATE offset */
1040 uint32_t cc_state_offset = 0; local
1054 cc_state_offset = gen6_blorp_emit_cc_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
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_blorp.cpp83 uint32_t cc_state_offset)
89 OUT_BATCH(cc_state_offset | 1);
736 uint32_t cc_state_offset = 0; local
752 cc_state_offset = gen6_blorp_emit_cc_state(brw, params);
754 gen7_blorp_emit_cc_state_pointer(brw, params, cc_state_offset);
81 gen7_blorp_emit_cc_state_pointer(struct brw_context *brw, const brw_blorp_params *params, uint32_t cc_state_offset) argument
H A Dgen6_blorp.cpp320 uint32_t cc_state_offset; local
325 &cc_state_offset);
328 return cc_state_offset;
376 uint32_t cc_state_offset)
384 OUT_BATCH(cc_state_offset | 1); /* COLOR_CALC_STATE offset */
1040 uint32_t cc_state_offset = 0; local
1054 cc_state_offset = gen6_blorp_emit_cc_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

Completed in 81 milliseconds