Searched refs:_emit_load (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm_sample.c | 177 #define DRAW_LLVM_TEXTURE_MEMBER(_name, _index, _emit_load) \ argument 185 texture_unit, _index, #_name, _emit_load ); \ 200 #define DRAW_LLVM_SAMPLER_MEMBER(_name, _index, _emit_load) \ in DRAW_LLVM_TEXTURE_MEMBER() argument 208 sampler_unit, _index, #_name, _emit_load ); \ in DRAW_LLVM_TEXTURE_MEMBER()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_tex_sample.cpp | 157 #define SWR_TEXTURE_MEMBER(_name, _emit_load) \ argument 170 _emit_load); \ 242 #define SWR_SAMPLER_MEMBER(_name, _emit_load) \ argument 255 _emit_load); \
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tex_sample.c | 137 #define LP_LLVM_TEXTURE_MEMBER(_name, _index, _emit_load) \ argument 145 texture_unit, _index, #_name, _emit_load ); \ 206 #define LP_LLVM_SAMPLER_MEMBER(_name, _index, _emit_load) \ argument 214 sampler_unit, _index, #_name, _emit_load ); \
|