Home
last modified time | relevance | path

Searched refs:vindex (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h258 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset,
262 LLVMValueRef vindex, LLVMValueRef voffset, unsigned cache_policy);
265 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset,
270 LLVMValueRef vindex, LLVMValueRef voffset,
283 LLVMValueRef vindex, LLVMValueRef voffset,
291 LLVMValueRef vindex, LLVMValueRef voffset,
H A Dac_llvm_build.c1203 LLVMValueRef data, LLVMValueRef vindex, in ac_build_buffer_store_common()
1211 if (vindex) in ac_build_buffer_store_common()
1212 args[idx++] = vindex ? vindex : ctx->i32_0; in ac_build_buffer_store_common()
1216 const char *indexing_kind = vindex ? "struct" : "raw"; in ac_build_buffer_store_common()
1232 LLVMValueRef vindex, LLVMValueRef voffset, unsigned cache_policy) in ac_build_buffer_store_format()
1234 ac_build_buffer_store_common(ctx, rsrc, data, vindex, voffset, NULL, cache_policy, true); in ac_build_buffer_store_format()
1239 LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, in ac_build_buffer_store_dword()
1256 ac_build_buffer_store_dword(ctx, rsrc, v01, vindex, voffset, soffset, cache_policy); in ac_build_buffer_store_dword()
1257 ac_build_buffer_store_dword(ctx, rsrc, v[2], vindex, voffset in ac_build_buffer_store_dword()
1202 ac_build_buffer_store_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef data, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy, bool use_format) ac_build_buffer_store_common() argument
1231 ac_build_buffer_store_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef data, LLVMValueRef vindex, LLVMValueRef voffset, unsigned cache_policy) ac_build_buffer_store_format() argument
1238 ac_build_buffer_store_dword(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_store_dword() argument
1265 ac_build_buffer_load_common(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned num_channels, LLVMTypeRef channel_type, unsigned cache_policy, bool can_speculate, bool use_format, bool structurized) ac_build_buffer_load_common() argument
1302 ac_build_buffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, int num_channels, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, LLVMTypeRef channel_type, unsigned cache_policy, bool can_speculate, bool allow_smem) ac_build_buffer_load() argument
1341 ac_build_buffer_load_format(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, unsigned num_channels, unsigned cache_policy, bool can_speculate, bool d16, bool tfe) ac_build_buffer_load_format() argument
1387 ac_build_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned num_channels, unsigned dfmt, unsigned nfmt, unsigned cache_policy, bool can_speculate, bool structurized) ac_build_tbuffer_load() argument
1415 ac_build_struct_tbuffer_load(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned num_channels, unsigned dfmt, unsigned nfmt, unsigned cache_policy, bool can_speculate) ac_build_struct_tbuffer_load() argument
1524 ac_build_opencoded_load_format(struct ac_llvm_context *ctx, unsigned log_size, unsigned num_channels, unsigned format, bool reverse, bool known_aligned, LLVMValueRef rsrc, LLVMValueRef vindex, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy, bool can_speculate) ac_build_opencoded_load_format() argument
[all...]
H A Dac_nir_to_llvm.c2095 LLVMValueRef vindex = ctx->ac.i32_0; in visit_load_buffer() local
2124 ret = ac_build_buffer_load(&ctx->ac, rsrc, num_channels, vindex, voffset, ctx->ac.i32_0, in visit_load_buffer()
2613 LLVMValueRef rsrc, vindex; in visit_image_load() local
2616 vindex = in visit_image_load()
2621 res = ac_build_buffer_load_format(&ctx->ac, rsrc, vindex, ctx->ac.i32_0, num_channels, in visit_image_load()
2711 LLVMValueRef vindex; in visit_image_store() local
2716 vindex = in visit_image_store()
2719 ac_build_buffer_store_format(&ctx->ac, rsrc, src, vindex, ctx->ac.i32_0, args.cache_policy); in visit_image_store()
2858 ctx->ac.i32_0, ""); /* vindex */ in visit_image_atomic()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-hangul.cc314 unsigned int vindex = nindex / TCount; in preprocess_text_hangul() local
343 VBase + vindex, in preprocess_text_hangul()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_gblur.asm116 ; %2=base address %3=vindex
128 ; %1=base address %2=avx2 vindex
129 ; %3=avx512 vindex %4=avx2 mask
474 vpmulld m2, m2, [gblur_vindex_width] ; vindex width
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c783 LLVMValueRef vindex = gfx10_get_thread_id_in_tg(ctx); in si_llvm_build_vs_exports() local
803 ac_build_buffer_store_dword(&ctx->ac, attr_rsrc, vdata, vindex, in si_llvm_build_vs_exports()
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc8769 /// @param vindex the resulting index. This is set iff the function
8776 int64_t& vindex)
8792 vindex = i;
12353 int64_t vindex = -1;
12355 die_virtual_function_index(die, vindex);
12413 if (vindex != -1)
12414 set_member_function_vtable_offset(m, vindex);
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp6252 Temp vindex = emit_extract_vector(ctx, get_ssa_temp(ctx, instr->src[1].ssa), 0, v1);
6275 load->operands[1] = Operand(vindex);
6344 Temp vindex = emit_extract_vector(ctx, get_ssa_temp(ctx, instr->src[1].ssa), 0, v1);
6366 store->operands[1] = Operand(vindex);
6524 Temp vindex = emit_extract_vector(ctx, get_ssa_temp(ctx, instr->src[1].ssa), 0, v1);
6531 mubuf->operands[1] = Operand(vindex);
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex4839 % @vindex index-whatever
4868 % @findex, @vindex, @kindex, @cindex.
4873 \def\vindex {\vrindex}

Completed in 70 milliseconds