Searched refs:use_txf (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.h | 79 bool use_txf); 87 bool use_txf); 94 bool use_txf); 102 bool use_txf); 110 bool use_txf);
|
D | u_simple_shaders.c | 205 unsigned tex_target, bool load_level_zero, bool use_txf) in ureg_load_tex() argument 207 if (use_txf) { in ureg_load_tex() 245 bool use_txf) in util_make_fragment_tex_shader_writemask() argument 287 tex_target, load_level_zero, use_txf); in util_make_fragment_tex_shader_writemask() 321 bool use_txf) in util_make_fragment_tex_shader() argument 328 use_txf); in util_make_fragment_tex_shader() 341 bool use_txf) in util_make_fragment_tex_shader_writedepth() argument 378 tex_target, load_level_zero, use_txf); in util_make_fragment_tex_shader_writedepth() 394 bool use_txf) in util_make_fragment_tex_shader_writedepthstencil() argument 440 depth_sampler, tex_target, load_level_zero, use_txf); in util_make_fragment_tex_shader_writedepthstencil() [all …]
|
D | u_blitter.c | 870 bool use_txf) in blitter_get_fs_texfetch_col() argument 955 if (use_txf) in blitter_get_fs_texfetch_col() 966 ctx->has_tex_lz, use_txf); in blitter_get_fs_texfetch_col() 977 bool use_txf) in blitter_get_fs_texfetch_depth() argument 998 if (use_txf) in blitter_get_fs_texfetch_depth() 1011 ctx->has_tex_lz, use_txf); in blitter_get_fs_texfetch_depth() 1022 bool use_txf) in blitter_get_fs_texfetch_depthstencil() argument 1043 if (use_txf) in blitter_get_fs_texfetch_depthstencil() 1057 use_txf); in blitter_get_fs_texfetch_depthstencil() 1068 bool use_txf) in blitter_get_fs_texfetch_stencil() argument [all …]
|