Searched refs:gather_comp (Results 1 – 3 of 3) sorted by relevance
64 int gather_comp; member
1529 args->gather_comp, in img_filter_2d_linear()1575 args->gather_comp, in img_filter_2d_array_linear()1640 args->gather_comp, in img_filter_cube_linear()1708 args->gather_comp, in img_filter_cube_array_linear()1949 args.gather_comp = get_gather_component(lod_in); in mip_filter_linear()2033 args.gather_comp = get_gather_component(lod_in); in mip_filter_nearest()
1618 unsigned gather_comp = 0; in tex_fetch_args() local1636 gather_comp = LLVMConstIntGetZExtValue(comp_imm); in tex_fetch_args()1637 gather_comp = CLAMP(gather_comp, 0, 3); in tex_fetch_args()1640 dmask = 1 << gather_comp; in tex_fetch_args()