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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_sampler.h 51 enum gen_texcoord_mode tcy_ctrl; member in struct:ilo_state_sampler_info
ilo_state_sampler.c 39 info->tcx_ctrl, info->tcy_ctrl, info->tcz_ctrl,
103 info->tcy_ctrl != GEN8_TEXCOORDMODE_HALF_BORDER &&
168 enum gen_texcoord_mode tcy_ctrl,
175 tcy_ctrl << GEN7_SAMPLER_DW3_V_WRAP__SHIFT |
179 tcy_ctrl << GEN6_SAMPLER_DW1_V_WRAP__SHIFT |
199 const enum gen_texcoord_mode tcy_ctrl = GEN6_TEXCOORDMODE_CLAMP; local
204 return get_gen6_addr_controls(dev, tcx_ctrl, tcy_ctrl, tcz_ctrl);
214 const enum gen_texcoord_mode tcy_ctrl = local
215 (info->tcy_ctrl == GEN6_TEXCOORDMODE_CUBE) ?
216 GEN6_TEXCOORDMODE_CLAMP : info->tcy_ctrl;
273 const enum gen_texcoord_mode tcy_ctrl = tcx_ctrl; local
    [all...]

Completed in 128 milliseconds