/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 2071 #define __INSTR1(flag, dst_count, name, opc) \ argument 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) \ argument 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) \ argument 2115 ir3_instr_create(block, opc, dst_count, 3); \ 2116 for (unsigned i = 0; i < dst_count; i++) \ 2130 #define __INSTR4(flag, dst_count, name, opc) \ argument [all …]
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 126 unsigned dst_count, 1612 unsigned dst_count, in load_unswizzled_block() argument 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 = block_height; in generate_unswizzled_blend() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_helpers.c | 91 unsigned *dst_count, in util_set_vertex_buffers_count() argument 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()
|
D | u_helpers.h | 48 unsigned *dst_count,
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_queue.c | 194 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/ |
D | swresample_internal.h | 78 …ampleContext *c, AudioData *dst, const AudioData *src, int src_size, int *dst_idx, int *dst_count);
|
/third_party/python/Modules/ |
D | _zoneinfo.c | 1977 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/ |
D | radv_acceleration_structure.c | 721 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/ |
D | svga_tgsi_vgpu10.c | 9937 unsigned dst_count, in emit_simple_1dst() argument 9947 for (i = 0; i < dst_count; i++) { in emit_simple_1dst()
|