Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm_sample.c177 #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/llvmpipe/
Dlp_tex_sample.c137 #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 ); \
/external/mesa3d/src/gallium/drivers/swr/
Dswr_tex_sample.cpp160 #define SWR_TEXTURE_MEMBER(_name, _emit_load) \ argument
173 _emit_load); \
248 #define SWR_SAMPLER_MEMBER(_name, _emit_load) \ argument
261 _emit_load); \