Home
last modified time | relevance | path

Searched refs:gather_comp (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.h64 int gather_comp; member
Dsp_tex_sample.c1529 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()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c1618 unsigned gather_comp = 0; in tex_fetch_args() local
1636 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()