Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/layers/
Ddevice_profile_api.cpp153 VkResult EnumerateProperties(uint32_t src_count, const T *src_props, uint32_t *dst_count, T *dst_pr… in EnumerateProperties() argument
155 *dst_count = src_count; in EnumerateProperties()
159 uint32_t copy_count = (*dst_count < src_count) ? *dst_count : src_count; in EnumerateProperties()
161 *dst_count = copy_count; in EnumerateProperties()
/external/mesa3d/src/gallium/auxiliary/util/
Du_helpers.c85 unsigned *dst_count, in util_set_vertex_buffers_count() argument
92 for (i = 0; i < *dst_count; i++) { in util_set_vertex_buffers_count()
100 *dst_count = util_last_bit(enabled_buffers); in util_set_vertex_buffers_count()
Du_helpers.h46 unsigned *dst_count,
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c123 unsigned dst_count,
1465 unsigned dst_count, in load_unswizzled_block() argument
1472 unsigned row_size = dst_count / block_height; in load_unswizzled_block()
1476 assert((block_width * block_height) % dst_count == 0); in load_unswizzled_block()
1478 for (i = 0; i < dst_count; ++i) { in load_unswizzled_block()
1482 if (block_height == 2 && dst_count == 8 && fb_fetch_twiddle) { in load_unswizzled_block()
2277 unsigned dst_count; in generate_unswizzled_blend() local
2576 dst_count = src_count / (vector_width / bits); in generate_unswizzled_blend()
2578 combined = lp_build_concat_n(gallivm, row_type, src, src_count, src, dst_count); in generate_unswizzled_blend()
2580 lp_build_concat_n(gallivm, row_type, src1, src_count, src1, dst_count); in generate_unswizzled_blend()
[all …]
/external/python/cpython3/Modules/
D_zoneinfo.c1973 size_t dst_count = 0; in utcoff_to_dstoff() local
1976 dst_count++; in utcoff_to_dstoff()
1980 if (dst_count == dst_found) { in utcoff_to_dstoff()
2018 if (dst_found < dst_count) { in utcoff_to_dstoff()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9135 unsigned dst_count, in emit_simple_1dst() argument
9145 for (i = 0; i < dst_count; i++) { in emit_simple_1dst()