Home
last modified time | relevance | path

Searched defs:voffset (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dvarray.h36 int coffset, noffset, voffset; /* color, normal, vertex offsets */ member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_gs.c214 LLVMValueRef voffset = in si_llvm_emit_vertex() local
441 LLVMValueRef voffset = in si_generate_gs_copy_shader() local
H A Dsi_shader_llvm_vs.c185 LLVMValueRef voffset = LLVMConstInt(ctx->ac.i32, fetch_stride * i, 0); in load_input_vs() local
/third_party/libabigail/src/
H A Dabg-hash.cc416 size_t voffset = get_member_function_vtable_offset(t); in operator ()() local
H A Dabg-reporter-priv.cc198 ssize_t voffset = get_member_function_vtable_offset(mem_fn); in represent() local
H A Dabg-writer.cc1561 ssize_t voffset = get_member_function_vtable_offset(fn); in write_voffset() local
1562 o << " vtable-offset='" << voffset << "'"; in write_voffset() local
H A Dabg-ir.cc23308 ssize_t voffset = get_member_function_vtable_offset(method); in fixup_virtual_member_function() local
23637 unsigned voffset = first_v_fn_entry->first; in equals() local
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264dsp.c662 vec_s16 vtemp, vweight, voffset, v0, v1; in weight_h264_W_altivec() local
711 vec_s16 vtemp, vweights, vweightd, voffset, v0, v1, v2, v3; in biweight_h264_W_altivec() local
/third_party/ffmpeg/libavcodec/
H A Dvorbisdec.c1434 int voffset, partition_count, j_times_ptns_to_read; in vorbis_residue_decode_internal() local
[all...]
/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c348 static void show_page_range(unsigned long voffset, in show_page_range() argument
375 static void show_page(unsigned long voffset, in show_page() argument
545 static void add_page(unsigned long voffset, in add_page() argument
568 static void walk_pfn(unsigned long voffset, in walk_pfn() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c255 LLVMValueRef voffset = in visit_emit_vertex_with_counter() local
787 LLVMValueRef voffset = LLVMBuildAdd(ctx->ac.builder, so_write_offsets[buf], in radv_emit_stream_output() local
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c2110 LLVMValueRef voffset = LLVMBuildAdd(ctx->ac.builder, offset, immoffset, ""); in visit_load_buffer() local
4218 LLVMValueRef voffset = LLVMBuildAdd(ctx->ac.builder, addr_voffset, in visit_intrinsic() local
4245 LLVMValueRef voffset = LLVMBuildAdd( in visit_intrinsic() local
[all...]
H A Dac_llvm_build.c1202 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
1425 ac_build_buffer_load_short(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_load_short() argument
1433 ac_build_buffer_load_byte(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_load_byte() 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
1732 ac_build_buffer_store_short(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_store_short() argument
1741 ac_build_buffer_store_byte(struct ac_llvm_context *ctx, LLVMValueRef rsrc, LLVMValueRef vdata, LLVMValueRef voffset, LLVMValueRef soffset, unsigned cache_policy) ac_build_buffer_store_byte() argument
[all...]

Completed in 65 milliseconds