Home
last modified time | relevance | path

Searched refs:T0_SAMPLER (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h154 #define T0_SAMPLER(reg) (GET_UREG_NR(reg) << T0_SAMPLER_NR_SHIFT) macro
Di915_fpc_emit.c238 *(p->csr++) = (opcode | T0_DEST(dest) | T0_SAMPLER(sampler)); in i915_emit_texld()