Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.h2071 #define __INSTR1(flag, dst_count, name, opc) \
2076 ir3_instr_create(block, opc, dst_count, 1); \
2077 for (unsigned i = 0; i < dst_count; i++) \
2089 #define __INSTR2(flag, dst_count, name, opc) \
2094 struct ir3_instruction *instr = ir3_instr_create(block, opc, dst_count, 2); \
2095 for (unsigned i = 0; i < dst_count; i++) \
2108 #define __INSTR3(flag, dst_count, name, opc) \
2115 ir3_instr_create(block, opc, dst_count, 3); \
2116 for (unsigned i = 0; i < dst_count; i++) \
2130 #define __INSTR4(flag, dst_count, nam
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c91 unsigned *dst_count, in util_set_vertex_buffers_count()
100 for (i = 0; i < *dst_count; i++) { in util_set_vertex_buffers_count()
109 *dst_count = util_last_bit(enabled_buffers); in util_set_vertex_buffers_count()
90 util_set_vertex_buffers_count(struct pipe_vertex_buffer *dst, unsigned *dst_count, const struct pipe_vertex_buffer *src, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, bool take_ownership) util_set_vertex_buffers_count() argument
H A Du_helpers.h48 unsigned *dst_count,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c126 unsigned dst_count,
1612 unsigned dst_count, in load_unswizzled_block()
1616 const unsigned row_size = dst_count / block_height; in load_unswizzled_block()
1619 assert((block_width * block_height) % dst_count == 0); in load_unswizzled_block()
1621 for (unsigned i = 0; i < dst_count; ++i) { in load_unswizzled_block()
2407 unsigned dst_count; in generate_unswizzled_blend() local
2705 dst_count = src_count / (vector_width / bits); in generate_unswizzled_blend()
2707 combined = lp_build_concat_n(gallivm, row_type, src, src_count, src, dst_count); in generate_unswizzled_blend()
2709 lp_build_concat_n(gallivm, row_type, src1, src_count, src1, dst_count); in generate_unswizzled_blend()
2849 dst_count in generate_unswizzled_blend()
1605 load_unswizzled_block(struct gallivm_state *gallivm, LLVMValueRef base_ptr, LLVMValueRef stride, unsigned block_width, unsigned block_height, LLVMValueRef* dst, struct lp_type dst_type, unsigned dst_count, unsigned dst_alignment) load_unswizzled_block() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_queue.c194 uint32_t dst_count = 0; in vn_queue_submission_filter_batch_wsi_semaphores() local
204 dst_sems[dst_count++] = src_sems[i]; in vn_queue_submission_filter_batch_wsi_semaphores()
210 u.submit_batch->waitSemaphoreCount = dst_count; in vn_queue_submission_filter_batch_wsi_semaphores()
214 u.bind_sparse_batch->waitSemaphoreCount = dst_count; in vn_queue_submission_filter_batch_wsi_semaphores()
220 return dst_count; in vn_queue_submission_filter_batch_wsi_semaphores()
/third_party/ffmpeg/libswresample/
H A Dswresample_internal.h78 typedef int (* invert_initial_buffer_func)(struct ResampleContext *c, AudioData *dst, const AudioData *src, int src_size, int *dst_idx, int *dst_count);
/third_party/python/Modules/
H A D_zoneinfo.c1981 size_t dst_count = 0; in utcoff_to_dstoff() local
1984 dst_count++; in utcoff_to_dstoff()
1988 if (dst_count == dst_found) { in utcoff_to_dstoff()
2026 if (dst_found < dst_count) { in utcoff_to_dstoff()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.c721 unsigned dst_count; in build_bvh() local
723 for (dst_count = 0; child_idx < MAX2(1, child_count); ++dst_count, child_idx += 4) { in build_bvh()
744 dst_ids[dst_count] = dst_id * 8 + 5; in build_bvh()
763 node_counts[(d & 1) ^ 1] = dst_count; in build_bvh()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9937 unsigned dst_count, in emit_simple_1dst()
9947 for (i = 0; i < dst_count; i++) { in emit_simple_1dst()
9935 emit_simple_1dst(struct svga_shader_emitter_v10 *emit, const struct tgsi_full_instruction *inst, unsigned dst_count, unsigned dst_index) emit_simple_1dst() argument

Completed in 34 milliseconds