Searched refs:tcy_ctrl (Results 1 – 3 of 3) sorted by relevance
39 info->tcx_ctrl, info->tcy_ctrl, info->tcz_ctrl, in sampler_validate_gen6_non_normalized()103 info->tcy_ctrl != GEN8_TEXCOORDMODE_HALF_BORDER && in sampler_validate_gen6_sampler()168 enum gen_texcoord_mode tcy_ctrl, in get_gen6_addr_controls() argument175 tcy_ctrl << GEN7_SAMPLER_DW3_V_WRAP__SHIFT | in get_gen6_addr_controls()179 tcy_ctrl << GEN6_SAMPLER_DW1_V_WRAP__SHIFT | in get_gen6_addr_controls()199 const enum gen_texcoord_mode tcy_ctrl = GEN6_TEXCOORDMODE_CLAMP; in sampler_get_gen6_1d_addr_controls() local204 return get_gen6_addr_controls(dev, tcx_ctrl, tcy_ctrl, tcz_ctrl); in sampler_get_gen6_1d_addr_controls()214 const enum gen_texcoord_mode tcy_ctrl = in sampler_get_gen6_2d_3d_addr_controls() local215 (info->tcy_ctrl == GEN6_TEXCOORDMODE_CUBE) ? in sampler_get_gen6_2d_3d_addr_controls()216 GEN6_TEXCOORDMODE_CLAMP : info->tcy_ctrl; in sampler_get_gen6_2d_3d_addr_controls()[all …]
51 enum gen_texcoord_mode tcy_ctrl; member
991 info.tcy_ctrl = GEN6_TEXCOORDMODE_CLAMP; in ilo_create_sampler_state()995 info.tcy_ctrl = GEN6_TEXCOORDMODE_CUBE; in ilo_create_sampler_state()1000 info.tcy_ctrl = ilo_translate_address_wrap(state->wrap_t); in ilo_create_sampler_state()1020 if (info.tcy_ctrl == GEN8_TEXCOORDMODE_HALF_BORDER) in ilo_create_sampler_state()1021 info.tcy_ctrl = GEN6_TEXCOORDMODE_CLAMP; in ilo_create_sampler_state()1029 if (info.tcy_ctrl == GEN8_TEXCOORDMODE_HALF_BORDER) { in ilo_create_sampler_state()1030 info.tcy_ctrl = GEN6_TEXCOORDMODE_CLAMP_BORDER; in ilo_create_sampler_state()