Searched refs:buf_ptr (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/luit/dist/
H A Dother.c103 s->utf8.buf_ptr = 0;
132 s->utf8.buf_ptr = 0;
135 if (s->utf8.buf_ptr == 0) {
138 s->utf8.buf[s->utf8.buf_ptr++] = UChar(c);
146 s->utf8.buf_ptr = 0;
150 s->utf8.buf_ptr = 0;
153 s->utf8.buf[s->utf8.buf_ptr++] = UChar(c);
154 if (s->utf8.buf_ptr < s->utf8.len)
159 s->utf8.buf_ptr = 0;
168 s->utf8.buf_ptr
[all...]
H A Dother.h46 int buf_ptr, len; member in struct:__anon66030a3e0208
72 int buf_ptr; member in struct:__anon66030a3e0508
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Dpanfrost_drm.h204 __u64 buf_ptr; member in struct:drm_panfrost_perfcnt_dump
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear_llvm.c477 LLVMValueRef buf_ptr = lp_build_alloca(gallivm, pixelt, ""); local in function:llvmpipe_fs_variant_linear_llvm
490 buf = LLVMBuildLoad(gallivm->builder, buf_ptr, "");
492 LLVMBuildStore(builder, buf, buf_ptr);
497 buf = LLVMBuildLoad(gallivm->builder, buf_ptr, "");
/xsrc/external/mit/libXt/dist/src/
H A DResConfig.c405 char *buf_ptr; local in function:_get_part
412 buf_ptr = buffer;
415 *buf_ptr++ = *(*indx)++;
419 *buf_ptr = '\0';
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_gs.c321 LLVMValueRef buf_ptr = ac_get_arg(&ctx->ac, ctx->internal_bindings); local in function:si_preload_esgs_ring
323 ctx->esgs_ring = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset);
340 LLVMValueRef buf_ptr = ac_get_arg(&ctx->ac, ctx->internal_bindings); local in function:si_preload_gs_rings
341 LLVMValueRef base_ring = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset);
442 LLVMValueRef buf_ptr = ac_get_arg(&ctx.ac, ctx.internal_bindings); local in function:si_generate_gs_copy_shader
444 ac_build_load_to_sgpr(&ctx.ac, buf_ptr, LLVMConstInt(ctx.ac.i32, SI_RING_GSVS, 0));
H A Dsi_shader_llvm_vs.c358 LLVMValueRef buf_ptr = ac_get_arg(&ctx->ac, ctx->internal_bindings); local in function:si_llvm_emit_streamout
366 so_buffers[i] = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset);
H A Dgfx10_shader_ngg.c67 LLVMValueRef buf_ptr = ac_get_arg(&ctx->ac, ctx->internal_bindings); local in function:ngg_get_query_buf
69 return ac_build_load_to_sgpr(&ctx->ac, buf_ptr,
276 LLVMValueRef buf_ptr = ac_get_arg(&ctx->ac, ctx->internal_bindings); local in function:build_streamout
318 &ctx->ac, buf_ptr, LLVMConstInt(ctx->ac.i32, SI_VS_STREAMOUT_BUF0 + buffer, false));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1090 struct x86_reg buf_ptr = local in function:init_inputs
1155 x86_mov(p->func, buf_ptr, tmp_EAX);
1176 struct x86_reg buf_ptr = local in function:get_buffer_ptr
1181 x86_mov(p->func, ptr, buf_ptr);
1249 struct x86_reg buf_ptr = x86_make_disp(p->machine_EDI, local in function:incr_inputs
1258 x86_add(p->func, p->tmp_EAX, buf_ptr);
1262 x86_mov(p->func, buf_ptr, p->tmp_EAX);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c1090 struct x86_reg buf_ptr = local in function:init_inputs
1155 x86_mov(p->func, buf_ptr, tmp_EAX);
1176 struct x86_reg buf_ptr = local in function:get_buffer_ptr
1181 x86_mov(p->func, ptr, buf_ptr);
1249 struct x86_reg buf_ptr = x86_make_disp(p->machine_EDI, local in function:incr_inputs
1258 x86_add(p->func, p->tmp_EAX, buf_ptr);
1262 x86_mov(p->func, buf_ptr, p->tmp_EAX);
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_indirect_draw.c718 nir_ssa_def *buf_ptr = local in function:update_varyings
722 update_varying_buf(builder, buf_ptr, vertex_count);
724 buf_ptr = get_address_imm(b, builder->varyings.varying_bufs,
728 update_varying_buf(builder, buf_ptr, vertex_count);
731 buf_ptr = get_address_imm(b, builder->varyings.varying_bufs,
735 update_varying_buf(builder, buf_ptr, vertex_count);
/xsrc/external/mit/xgc/dist/
H A Dlex.c777 static void yyunput ( int c, char *buf_ptr );
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dscanner.c607 static void yyunput (int c,char *buf_ptr );
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefslex.c751 static void yyunput (int c,char *buf_ptr );
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c2777 LLVMValueRef buf_ptr = LLVMGetParam(ctx->main_fn, local in function:si_llvm_emit_streamout
2787 so_buffers[i] = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset);
4945 LLVMValueRef buf_ptr = LLVMGetParam(ctx->main_fn, local in function:preload_ring_buffers
4956 ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset);
4963 ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset);
4969 base_ring = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset);
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c1126 static void yyunput ( int c, char *buf_ptr , yyscan_t yyscanner);
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c1388 static void yyunput ( int c, char *buf_ptr , yyscan_t yyscanner);
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c1157 static void yyunput ( int c, char *buf_ptr , yyscan_t yyscanner);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1145 LLVMValueRef buf_ptr = ac_get_arg(&ctx->ac, ctx->args->streamout_buffers); local in function:radv_emit_streamout
1155 so_buffers[i] = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c2820 LLVMValueRef buf_ptr = ctx->streamout_buffers; local in function:radv_emit_streamout
2832 buf_ptr, offset);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp11195 Temp buf_ptr = convert_pointer_to_64_bit(ctx, get_arg(ctx, ctx->args->streamout_buffers)); local in function:aco::__anon562fcc110110::emit_streamout
11202 so_buffers[i] = bld.smem(aco_opcode::s_load_dwordx4, bld.def(s4), buf_ptr,

Completed in 86 milliseconds