Searched refs:res_ptr (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_blend.c | 148 LLVMValueRef res_ptr; in add_blend_test() local 169 res_ptr = LLVMGetParam(func, 4); in add_blend_test() 185 LLVMBuildStore(builder, res, res_ptr); in add_blend_test()
|
H A D | lp_setup.c | 1526 struct pipe_resource **res_ptr = &setup->fs.current_tex[i]; in lp_setup_destroy() local 1527 if (*res_ptr) in lp_setup_destroy() 1528 llvmpipe_resource_unmap(*res_ptr, 0, 0); in lp_setup_destroy() 1529 pipe_resource_reference(res_ptr, NULL); in lp_setup_destroy()
|
H A D | lp_state_cs.c | 1491 struct pipe_resource **res_ptr = &csctx->cs.current_tex[i]; in lp_csctx_destroy() local 1492 if (*res_ptr) in lp_csctx_destroy() 1493 llvmpipe_resource_unmap(*res_ptr, 0, 0); in lp_csctx_destroy() 1494 pipe_resource_reference(res_ptr, NULL); in lp_csctx_destroy()
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 4523 struct waterfall_context *wctx, LLVMValueRef *res_ptr, in tex_fetch_ptrs() 4532 *res_ptr = NULL; in tex_fetch_ptrs() 4548 *res_ptr = val; in tex_fetch_ptrs() 4567 if (*res_ptr) { in tex_fetch_ptrs() 4598 *res_ptr = ctx->abi->load_sampler_desc(ctx->abi, 0, 0, 0, texture_dynamic_handle, in tex_fetch_ptrs() 4632 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, main_descriptor, &instr->instr, in tex_fetch_ptrs() 4639 *samp_ptr = sici_fix_sampler_aniso(ctx, *res_ptr, *samp_ptr); in tex_fetch_ptrs() 4522 tex_fetch_ptrs(struct ac_nir_context *ctx, nir_tex_instr *instr, struct waterfall_context *wctx, LLVMValueRef *res_ptr, LLVMValueRef *samp_ptr, LLVMValueRef *fmask_ptr) tex_fetch_ptrs() argument
|
Completed in 14 milliseconds