Home
last modified time | relevance | path

Searched refs:res_ptr (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/glib/libcharset/
Dlocalcharset.c143 char *res_ptr = NULL; in _g_locale_get_charset_aliases() local
174 old_res_ptr = res_ptr; in _g_locale_get_charset_aliases()
178 res_ptr = (char *) malloc (res_size + 1); in _g_locale_get_charset_aliases()
183 res_ptr = (char *) realloc (res_ptr, res_size + 1); in _g_locale_get_charset_aliases()
185 if (res_ptr == NULL) in _g_locale_get_charset_aliases()
193 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1); in _g_locale_get_charset_aliases()
194 strcpy (res_ptr + res_size - (l2 + 1), buf2); in _g_locale_get_charset_aliases()
201 *(res_ptr + res_size) = '\0'; in _g_locale_get_charset_aliases()
202 cp = res_ptr; in _g_locale_get_charset_aliases()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_blend.c148 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()
Dlp_setup.c1523 struct pipe_resource **res_ptr = &setup->fs.current_tex[i]; in lp_setup_destroy() local
1524 if (*res_ptr) in lp_setup_destroy()
1525 llvmpipe_resource_unmap(*res_ptr, 0, 0); in lp_setup_destroy()
1526 pipe_resource_reference(res_ptr, NULL); in lp_setup_destroy()
Dlp_state_cs.c1460 struct pipe_resource **res_ptr = &csctx->cs.current_tex[i]; in lp_csctx_destroy() local
1461 if (*res_ptr) in lp_csctx_destroy()
1462 llvmpipe_resource_unmap(*res_ptr, 0, 0); in lp_csctx_destroy()
1463 pipe_resource_reference(res_ptr, NULL); in lp_csctx_destroy()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4470 struct waterfall_context *wctx, LLVMValueRef *res_ptr, in tex_fetch_ptrs() argument
4523 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, main_descriptor, &instr->instr, in tex_fetch_ptrs()
4530 *samp_ptr = sici_fix_sampler_aniso(ctx, *res_ptr, *samp_ptr); in tex_fetch_ptrs()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp9026 tex_fetch_ptrs(isel_context* ctx, nir_tex_instr* instr, Temp* res_ptr, Temp* samp_ptr, in tex_fetch_ptrs() argument
9053 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, in tex_fetch_ptrs()
9056 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_BUFFER, instr, false); in tex_fetch_ptrs()
9058 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_FMASK, instr, false); in tex_fetch_ptrs()
9060 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_IMAGE, instr, false); in tex_fetch_ptrs()
9075 Definition(img[6]), Definition(img[7]), *res_ptr); in tex_fetch_ptrs()
9080 *res_ptr = bld.pseudo(aco_opcode::p_create_vector, bld.def(s8), img[0], img[1], img[2], in tex_fetch_ptrs()