Searched refs:tcx_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()102 assert(info->tcx_ctrl != GEN8_TEXCOORDMODE_HALF_BORDER && in sampler_validate_gen6_sampler()167 enum gen_texcoord_mode tcx_ctrl, in get_gen6_addr_controls() argument174 return tcx_ctrl << GEN7_SAMPLER_DW3_U_WRAP__SHIFT | in get_gen6_addr_controls()178 return tcx_ctrl << GEN6_SAMPLER_DW1_U_WRAP__SHIFT | in get_gen6_addr_controls()188 const enum gen_texcoord_mode tcx_ctrl = in sampler_get_gen6_1d_addr_controls() local189 (info->tcx_ctrl == GEN6_TEXCOORDMODE_CUBE) ? in sampler_get_gen6_1d_addr_controls()190 GEN6_TEXCOORDMODE_CLAMP : info->tcx_ctrl; in sampler_get_gen6_1d_addr_controls()204 return get_gen6_addr_controls(dev, tcx_ctrl, tcy_ctrl, tcz_ctrl); in sampler_get_gen6_1d_addr_controls()211 const enum gen_texcoord_mode tcx_ctrl = in sampler_get_gen6_2d_3d_addr_controls() local[all …]
50 enum gen_texcoord_mode tcx_ctrl; member
990 info.tcx_ctrl = GEN6_TEXCOORDMODE_CLAMP; in ilo_create_sampler_state()994 info.tcx_ctrl = GEN6_TEXCOORDMODE_CUBE; in ilo_create_sampler_state()999 info.tcx_ctrl = ilo_translate_address_wrap(state->wrap_s); in ilo_create_sampler_state()1018 if (info.tcx_ctrl == GEN8_TEXCOORDMODE_HALF_BORDER) in ilo_create_sampler_state()1019 info.tcx_ctrl = GEN6_TEXCOORDMODE_CLAMP; in ilo_create_sampler_state()1025 if (info.tcx_ctrl == GEN8_TEXCOORDMODE_HALF_BORDER) { in ilo_create_sampler_state()1026 info.tcx_ctrl = GEN6_TEXCOORDMODE_CLAMP_BORDER; in ilo_create_sampler_state()