Searched refs:DRAW_JIT_CTX_SAMPLERS (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.h | 183 DRAW_JIT_CTX_SAMPLERS = 5, enumerator 207 lp_build_struct_get_ptr(_gallivm, _ptr, DRAW_JIT_CTX_SAMPLERS, "samplers") 270 * DRAW_JIT_CTX_SAMPLERS positions in the struct */ 290 * and DRAW_JIT_CTX_SAMPLERS, because they both need 294 DRAW_GS_JIT_CTX_SAMPLERS = DRAW_JIT_CTX_SAMPLERS, 351 * DRAW_JIT_CTX_SAMPLERS positions in the struct */ 366 DRAW_TCS_JIT_CTX_SAMPLERS = DRAW_JIT_CTX_SAMPLERS, 405 * DRAW_JIT_CTX_SAMPLERS positions in the struct */ 420 DRAW_TES_JIT_CTX_SAMPLERS = DRAW_JIT_CTX_SAMPLERS,
|
H A D | draw_llvm_sample.c | 172 indices[1] = lp_build_const_int32(gallivm, DRAW_JIT_CTX_SAMPLERS); in draw_llvm_sampler_member()
|
H A D | draw_llvm.c | 326 elem_types[DRAW_JIT_CTX_SAMPLERS] = LLVMArrayType(sampler_type, PIPE_MAX_SAMPLERS); in create_jit_context_type() 347 DRAW_JIT_CTX_SAMPLERS); in create_jit_context_type()
|
Completed in 10 milliseconds