OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_buf_vars
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/i915/
i915_state_static.c
202
uint32_t
dst_buf_vars
, cformat, zformat;
local
225
dst_buf_vars
= DSTORG_HORT_BIAS(0x8) | /* .5 */
233
if (i915->current.
dst_buf_vars
!=
dst_buf_vars
) {
234
if (early_z != (i915->current.
dst_buf_vars
& CLASSIC_EARLY_DEPTH))
237
i915->current.
dst_buf_vars
=
dst_buf_vars
;
i915_context.h
172
unsigned
dst_buf_vars
;
member in struct:i915_state
Completed in 45 milliseconds