Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3.h1868 #define __INSTR1(flag, dst_count, name, opc) \ argument
1873 ir3_instr_create(block, opc, dst_count, 1); \
1874 for (unsigned i = 0; i < dst_count; i++) \
1903 #define __INSTR3(flag, dst_count, name, opc) \ argument
1910 ir3_instr_create(block, opc, dst_count, 3); \
1911 for (unsigned i = 0; i < dst_count; i++) \
1925 #define __INSTR4(flag, dst_count, name, opc) \ argument
1932 ir3_instr_create(block, opc, dst_count, 4); \
1933 for (unsigned i = 0; i < dst_count; i++) \
1970 #define __INSTR6(flag, dst_count, name, opc) \ argument
[all …]
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_helpers.c90 unsigned *dst_count, in util_set_vertex_buffers_count() argument
99 for (i = 0; i < *dst_count; i++) { in util_set_vertex_buffers_count()
108 *dst_count = util_last_bit(enabled_buffers); in util_set_vertex_buffers_count()
Du_helpers.h48 unsigned *dst_count,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c124 unsigned dst_count,
1521 unsigned dst_count, in load_unswizzled_block() argument
1528 unsigned row_size = dst_count / block_height; in load_unswizzled_block()
1532 assert((block_width * block_height) % dst_count == 0); in load_unswizzled_block()
1534 for (i = 0; i < dst_count; ++i) { in load_unswizzled_block()
1538 if (block_height == 2 && dst_count == 8 && fb_fetch_twiddle) { in load_unswizzled_block()
2342 unsigned dst_count; in generate_unswizzled_blend() local
2641 dst_count = src_count / (vector_width / bits); in generate_unswizzled_blend()
2643 combined = lp_build_concat_n(gallivm, row_type, src, src_count, src, dst_count); in generate_unswizzled_blend()
2645 lp_build_concat_n(gallivm, row_type, src1, src_count, src1, dst_count); in generate_unswizzled_blend()
[all …]
/third_party/mesa3d/src/virtio/vulkan/
Dvn_queue.c213 uint32_t dst_count = 0; in vn_queue_submission_filter_batch_wsi_semaphores() local
223 dst_sems[dst_count++] = src_sems[i]; in vn_queue_submission_filter_batch_wsi_semaphores()
229 u.submit_batch->waitSemaphoreCount = dst_count; in vn_queue_submission_filter_batch_wsi_semaphores()
233 u.bind_sparse_batch->waitSemaphoreCount = dst_count; in vn_queue_submission_filter_batch_wsi_semaphores()
239 return dst_count; in vn_queue_submission_filter_batch_wsi_semaphores()
/third_party/ffmpeg/libswresample/
Dswresample_internal.h78 …ampleContext *c, AudioData *dst, const AudioData *src, int src_size, int *dst_idx, int *dst_count);
/third_party/python/Modules/
D_zoneinfo.c1977 size_t dst_count = 0; in utcoff_to_dstoff() local
1980 dst_count++; in utcoff_to_dstoff()
1984 if (dst_count == dst_found) { in utcoff_to_dstoff()
2022 if (dst_found < dst_count) { in utcoff_to_dstoff()
/third_party/mesa3d/src/amd/vulkan/
Dradv_acceleration_structure.c595 unsigned dst_count; in build_bvh() local
597 for (dst_count = 0; child_idx < MAX2(1, child_count); ++dst_count, child_idx += 4) { in build_bvh()
618 dst_ids[dst_count] = dst_id * 8 + 5; in build_bvh()
637 node_counts[(d & 1) ^ 1] = dst_count; in build_bvh()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9190 unsigned dst_count, in emit_simple_1dst() argument
9200 for (i = 0; i < dst_count; i++) { in emit_simple_1dst()