/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | property.hpp | 94 property_buffer(void *r_buf, size_t size, size_t *r_size) : in property_buffer() argument 95 r_buf(r_buf), size(size), r_size(r_size) { in property_buffer() 127 if (r_size) in allocate() 128 *r_size = n * sizeof(T); in allocate() 139 size_t *const r_size; member in clover::property_buffer
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | queue.cpp | 76 size_t size, void *r_buf, size_t *r_size) try { in clGetCommandQueueInfo() argument 77 property_buffer buf { r_buf, size, r_size }; in clGetCommandQueueInfo() 102 if (r_size) in clGetCommandQueueInfo() 103 *r_size = 0; in clGetCommandQueueInfo()
|
D | platform.cpp | 62 size_t size, void *r_buf, size_t *r_size) try { in GetPlatformInfo() argument 63 property_buffer buf { r_buf, size, r_size }; in GetPlatformInfo() 237 size_t size, void *r_buf, size_t *r_size) { in clGetPlatformInfo() argument 238 return GetPlatformInfo(d_platform, param, size, r_buf, r_size); in clGetPlatformInfo()
|
D | kernel.cpp | 112 size_t size, void *r_buf, size_t *r_size) try { in clGetKernelInfo() argument 113 property_buffer buf { r_buf, size, r_size }; in clGetKernelInfo() 154 size_t size, void *r_buf, size_t *r_size) try { in clGetKernelWorkGroupInfo() argument 155 property_buffer buf { r_buf, size, r_size }; in clGetKernelWorkGroupInfo() 199 size_t size, void *r_buf, size_t *r_size) try { in clGetKernelArgInfo() argument 200 property_buffer buf { r_buf, size, r_size }; in clGetKernelArgInfo()
|
D | event.cpp | 88 size_t size, void *r_buf, size_t *r_size) try { in clGetEventInfo() argument 89 property_buffer buf { r_buf, size, r_size }; in clGetEventInfo() 254 size_t size, void *r_buf, size_t *r_size) try { in clGetEventProfilingInfo() argument 255 property_buffer buf { r_buf, size, r_size }; in clGetEventProfilingInfo()
|
D | sampler.cpp | 67 size_t size, void *r_buf, size_t *r_size) try { in clGetSamplerInfo() argument 68 property_buffer buf { r_buf, size, r_size }; in clGetSamplerInfo()
|
D | program.cpp | 479 size_t size, void *r_buf, size_t *r_size) try { in clGetProgramInfo() argument 480 property_buffer buf { r_buf, size, r_size }; in clGetProgramInfo() 543 else if (r_size) in clGetProgramInfo() 544 *r_size = 0u; in clGetProgramInfo() 559 size_t size, void *r_buf, size_t *r_size) try { in clGetProgramBuildInfo() argument 560 property_buffer buf { r_buf, size, r_size }; in clGetProgramBuildInfo()
|
D | context.cpp | 115 size_t size, void *r_buf, size_t *r_size) try { in clGetContextInfo() argument 116 property_buffer buf { r_buf, size, r_size }; in clGetContextInfo()
|
D | memory.cpp | 407 size_t size, void *r_buf, size_t *r_size) try { in clGetMemObjectInfo() argument 408 property_buffer buf { r_buf, size, r_size }; in clGetMemObjectInfo() 486 size_t size, void *r_buf, size_t *r_size) try { in clGetImageInfo() argument 487 property_buffer buf { r_buf, size, r_size }; in clGetImageInfo()
|
D | dispatch.hpp | 37 size_t size, void *r_buf, size_t *r_size);
|
D | device.cpp | 116 size_t size, void *r_buf, size_t *r_size) try { in clGetDeviceInfo() argument 117 property_buffer buf { r_buf, size, r_size }; in clGetDeviceInfo()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 626 int r_size = bs->desc->f_code[s][t]; in motion_vector() local 631 assert(r_size >= 0); in motion_vector() 632 if (r_size && motion_code) { in motion_vector() 633 int residual = vl_vlc_get_uimsbf(&bs->vlc, r_size) + 1; in motion_vector() 634 delta[t] = ((abs(motion_code) - 1) << r_size) + residual; in motion_vector()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dvx_pipeline.c | 531 uint32_t r_size = desc->channel[0].size; in get_attr_type() local 536 if (r_size == 32) { in get_attr_type() 539 assert(r_size == 16); in get_attr_type() 546 switch (r_size) { in get_attr_type()
|
/third_party/ffmpeg/libavcodec/ |
D | vc2enc.c | 975 int r_size = SSIZE_ROUND(s->slice_max_bytes); in vc2_encode_frame() local 976 if (r_size > slice_ceil) { in vc2_encode_frame() 977 s->slice_max_bytes -= r_size - slice_ceil; in vc2_encode_frame() 978 r_size = SSIZE_ROUND(s->slice_max_bytes); in vc2_encode_frame() 980 sig_size = r_size/s->size_scaler; /* Signalled slize size */ in vc2_encode_frame()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 357 uint32_t r_size = desc->channel[0].size; in v3d_vertex_state_create() local 376 if (r_size == 32) { in v3d_vertex_state_create() 379 assert(r_size == 16); in v3d_vertex_state_create() 386 switch (r_size) { in v3d_vertex_state_create()
|
/third_party/libabigail/src/ |
D | abg-dwarf-reader.cc | 9926 uint64_t l_size = 0, r_size = 0; in compare_as_type_dies() local 9928 die_size_in_bits(r, r_size); in compare_as_type_dies() 9930 return l_size == r_size; in compare_as_type_dies()
|