HomeSort by: relevance | last modified time | path
    Searched defs:gather_comp (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_emittexinstruction.h 52 PValue gather_comp; member in struct:r600::EmitTexInstruction::TexInputs
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_tex_sample.h 68 int gather_comp; member in struct:img_filter_args
89 int gather_comp,
sp_tex_sample.c 1681 args->gather_comp,
1727 args->gather_comp,
1792 args->gather_comp,
1861 args->gather_comp,
2094 int gather_comp,
2105 args.gather_comp = gather_comp;
2188 args.gather_comp = gather_component;
2247 args.gather_comp = gather_component;
2284 int gather_comp,
3759 int gather_comp = get_gather_component(lod_in); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_tex_sample.h 68 int gather_comp; member in struct:img_filter_args
89 int gather_comp,
sp_tex_sample.c 1668 args->gather_comp,
1714 args->gather_comp,
1779 args->gather_comp,
1847 args->gather_comp,
2080 int gather_comp,
2091 args.gather_comp = gather_comp;
2174 args.gather_comp = gather_component;
2233 args.gather_comp = gather_component;
2270 int gather_comp,
3727 int gather_comp = get_gather_component(lod_in); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_shader_tgsi_mem.c 1617 unsigned gather_comp = 0; local
1635 gather_comp = LLVMConstIntGetZExtValue(comp_imm);
1636 gather_comp = CLAMP(gather_comp, 0, 3);
1639 args.dmask = 1 << gather_comp;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 377 unsigned gather_comp; member in struct:lp_build_sample_context

Completed in 12 milliseconds