Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/util/
Dsqlite_string.rs118 let res_ptr = maybe_len_plus_1 in from_str() localVariable
141 let buf: *mut c_char = res_ptr.as_ptr().cast::<c_char>(); in from_str()
144 debug_assert_eq!(std::ffi::CStr::from_ptr(res_ptr.as_ptr()).to_bytes(), bytes); in from_str()
145 Self::from_raw_nonnull(res_ptr) in from_str()
/external/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()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c3982 struct waterfall_context *wctx, LLVMValueRef *res_ptr, in tex_fetch_ptrs() argument
4035 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, main_descriptor, &instr->instr, in tex_fetch_ptrs()
4042 *samp_ptr = sici_fix_sampler_aniso(ctx, *res_ptr, *samp_ptr); in tex_fetch_ptrs()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8457 Temp *res_ptr, Temp *samp_ptr, Temp *fmask_ptr, in tex_fetch_ptrs() argument
8489 …*res_ptr = get_sampler_desc(ctx, texture_deref_instr, (aco_descriptor_type)(ACO_DESC_PLANE_0 + pla… in tex_fetch_ptrs()
8491 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_BUFFER, instr, false, false); in tex_fetch_ptrs()
8493 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_FMASK, instr, false, false); in tex_fetch_ptrs()
8495 *res_ptr = get_sampler_desc(ctx, texture_deref_instr, ACO_DESC_IMAGE, instr, false, false); in tex_fetch_ptrs()
8510 Definition(img[5]), Definition(img[6]), Definition(img[7]), *res_ptr); in tex_fetch_ptrs()
8515 *res_ptr = bld.pseudo(aco_opcode::p_create_vector, bld.def(s8), in tex_fetch_ptrs()