Lines Matching refs:value
253 * Whenever the value of the Dynamic_State_Base_Addr,
785 clear_rect, 0 /* Stencil clear value */);
1102 /* Copy the fast-clear value dword(s) between a surface state object and an
1356 * 1) Having an invalid value in the buffer can confuse the hardware.
1357 * For instance, with CCS_E on SKL, a two-bit CCS value of 2 is
1378 * the MCS value are actually used. Even though we've never seen issues
1495 * Any transition from any value in {Clear, Render, Resolve} to a
1496 * different value in {Clear, Render, Resolve} requires end of pipe
2147 * synchronization point is to write a value out to memory. An
2148 * immediate value (included with the synchronization command) may
4954 * value into the streamout offset register. Otherwise, this is a begin
5011 * value into the streamout offset register. Otherwise, this is a begin
5605 uint32_t stack_ids_per_dss = 2048; /* TODO: can we use a lower value in
5789 * has the semantics of shifting the enture 64-bit value and taking
5808 * numerator value may overflow. Cast to uint64_t to avoid this.
7266 * If the value of the predicate in buffer memory changes
7269 * Some implementations may latch the value of the predicate
7273 * So it's perfectly fine to read a value from the buffer once.
7275 struct mi_value value = mi_mem32(value_address);
7282 isInverted ? mi_uge(&b, mi_imm(0), value) :
7283 mi_ult(&b, mi_imm(0), value));