Searched defs:consts_ptr (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs_linear_llvm.c | 138 LLVMValueRef consts_ptr, in llvm_fragment_body() 275 LLVMValueRef consts_ptr; in llvmpipe_fs_variant_linear_llvm() local
|
D | lp_state_cs.c | 319 LLVMValueRef consts_ptr, num_consts_ptr; in generate_compute() local
|
D | lp_state_fs.c | 587 LLVMValueRef consts_ptr, num_consts_ptr; in generate_fs_loop() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.h | 273 LLVMValueRef consts_ptr; member 526 LLVMValueRef consts_ptr; member 634 LLVMValueRef consts_ptr; member
|
D | lp_bld_tgsi_aos.c | 862 LLVMValueRef consts_ptr, in lp_build_tgsi_aos()
|
D | lp_bld_nir.h | 220 LLVMValueRef consts_ptr; member
|
D | lp_bld_tgsi_soa.c | 813 LLVMValueRef consts_ptr; in emit_fetch_constant() local 3464 LLVMValueRef consts_ptr = bld->consts[buf]; in load_emit() local
|
D | lp_bld_nir_soa.c | 993 LLVMValueRef consts_ptr = lp_build_array_get(gallivm, bld->consts_ptr, index); in emit_load_ubo() local
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1576 Value *consts_ptr = in CompileGS() local 1804 Value *consts_ptr = in CompileTES() local 2105 Value *consts_ptr = in CompileTCS() local 2360 Value *consts_ptr = GEP(hPrivateData, {C(0), C(swr_draw_context_constantVS)}); in CompileVS() local 2665 Value *consts_ptr = GEP(hPrivateData, {0, swr_draw_context_constantFS}); in CompileFS() local
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 986 LLVMValueRef consts_ptr = in generate_vs() local 2778 LLVMValueRef consts_ptr, num_consts_ptr; in draw_gs_llvm_generate() local 3368 LLVMValueRef consts_ptr, num_consts_ptr; in draw_tcs_llvm_generate() local 3936 LLVMValueRef consts_ptr, num_consts_ptr; in draw_tes_llvm_generate() local
|