Home
last modified time | relevance | path

Searched refs:sampler_idx (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h293 unsigned sampler_idx,
Ddraw_context.h154 unsigned sampler_idx,
Ddraw_context.c801 unsigned sampler_idx, in draw_set_mapped_texture() argument
812 sampler_idx, in draw_set_mapped_texture()
Ddraw_llvm.c1364 unsigned sampler_idx, in draw_llvm_set_mapped_texture() argument
1374 assert(sampler_idx < Elements(draw->llvm->jit_context.textures)); in draw_llvm_set_mapped_texture()
1376 jit_tex = &draw->llvm->jit_context.textures[sampler_idx]; in draw_llvm_set_mapped_texture()