Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.h155 LP_JIT_CTX_SAMPLERS, enumerator
188 lp_build_struct_get_ptr(_gallivm, _ptr, LP_JIT_CTX_SAMPLERS, "samplers")
Dlp_jit.c165 elem_types[LP_JIT_CTX_SAMPLERS] = LLVMArrayType(sampler_type, in lp_jit_create_types()
200 LP_JIT_CTX_SAMPLERS); in lp_jit_create_types()
Dlp_tex_sample.c187 indices[1] = lp_build_const_int32(gallivm, LP_JIT_CTX_SAMPLERS); in LP_LLVM_TEXTURE_MEMBER()