Searched refs:cst_idx (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_emit.c | 447 int cst_idx = i915->current.srgb_const_offset; in emit_srgb_fixup() local 448 int cst0_reg = swizzle(UREG(REG_TYPE_CONST, cst_idx), X, X, X, X); in emit_srgb_fixup() 449 int cst1_reg = swizzle(UREG(REG_TYPE_CONST, cst_idx), Y, Y, Y, Y); in emit_srgb_fixup() 450 int cst2_reg = swizzle(UREG(REG_TYPE_CONST, cst_idx), Z, Z, Z, Z); in emit_srgb_fixup()
|