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

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_blorp.cpp 320 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
    [all...]
gen7_blorp.cpp 83 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);

Completed in 50 milliseconds