Home
last modified time | relevance | path

Searched defs:work_size (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/example/
Dmbpath.cpp38 std::size_t work_size( cvt->max_length() * (src.size()+1) ); in to_external() local
57 std::size_t work_size( src.size()+1 ); in to_internal() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_unload_platform_compiler.cpp101 static const size_t work_size = 1; in verify() local
618 static const size_t work_size = 1; in test_unload_link_different() local
/aosp_15_r20/external/arm-trusted-firmware/common/
H A Dimage_decompress.c44 uint32_t compressed_image_size, work_size; in image_decompress() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/common/
Dimage_decompress.c44 uint32_t compressed_image_size, work_size; in image_decompress() local
/aosp_15_r20/external/webp/src/dec/
H A Dio_dec.c302 const size_t work_size = 2 * (size_t)out_width; in InitYUVRescaler() local
495 const size_t work_size = 2 * (size_t)out_width; in InitRGBRescaler() local
H A Dvp8l_dec.c568 const uint64_t work_size = 2 * num_channels * (uint64_t)out_width; in AllocateAndInitRescaler() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dtest_op_spec_constant.cpp52 size_t work_size = 1; in run_case() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/multiple_device_context/
H A Dtest_multiple_contexts.cpp314 size_t work_size = TEST_SIZE; in UseTestItem() local
/aosp_15_r20/external/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c4463 uint32_t work_size = pipeline->workgroup_size.width * in pvr_compute_update_kernel_private() local
4548 uint32_t work_size = shader_state->work_size; in pvr_compute_update_kernel() local
H A Dpvr_private.h889 uint32_t work_size; member