Searched defs:gws (Results 1 – 12 of 12) sorted by relevance
/external/ComputeLibrary/src/runtime/CL/tuners/ |
D | CLTuningParametersList.cpp | 163 CLTuningParametersListExhaustive::CLTuningParametersListExhaustive(const cl::NDRange &gws, CLTuning… in CLTuningParametersListExhaustive() 184 CLTuningParametersListNormal::CLTuningParametersListNormal(const cl::NDRange &gws, CLTuningInfo tun… in CLTuningParametersListNormal() 209 …rsListNormal::initialize_lws_values(std::vector<unsigned int> &lws, unsigned int gws, unsigned int… in initialize_lws_values() 228 CLTuningParametersListRapid::CLTuningParametersListRapid(const cl::NDRange &gws, CLTuningInfo tunin… in CLTuningParametersListRapid() 263 …LTuningParametersList> get_tuning_parameters_list(CLTuningInfo tuning_info, const cl::NDRange &gws) in get_tuning_parameters_list()
|
/external/OpenCL-CTS/test_conformance/subgroups/ |
D | test_subgroup_ballot.cpp | 34 int gws = test_params.global_workgroup_size; in gen() local 95 int gws = test_params.global_workgroup_size; in chk() local 194 int gws = test_params.global_workgroup_size; in gen() local 238 int gws = test_params.global_workgroup_size; in chk() local 360 int gws = test_params.global_workgroup_size; in chk() local 443 int gws = test_params.global_workgroup_size; in gen() local 535 int gws = test_params.global_workgroup_size; in chk() local 678 int gws = test_params.global_workgroup_size; in gen() local 715 int gws = test_params.global_workgroup_size; in chk() local
|
/external/ComputeLibrary/src/core/CL/ |
D | ICLKernel.cpp | 46 cl::NDRange gws = ICLKernel::gws_from_window(window); in enqueue() local 200 cl::NDRange gws((window.x().end() - window.x().start()) / window.x().step(), in gws_from_window() local
|
D | DefaultLWSHeuristics.cpp | 97 cl::NDRange get_default_lws_for_type(CLKernelType kernel_type, cl::NDRange gws) in get_default_lws_for_type()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_queue.cpp | 39 size_t gws = 1; in test_queue_flush_on_release() local
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_get_linear_ids.cpp | 56 size_t lws[3], gws[3], gwo[3]; in test_get_linear_ids() local
|
/external/ComputeLibrary/src/runtime/CL/ |
D | CLTuner.cpp | 180 { in find_optimal_tuning_params() 202 cl::NDRange gws = ICLKernel::gws_from_window(kernel.window()); in find_optimal_tuning_params() local
|
/external/armnn/src/backends/cl/ |
D | OpenClTimer.cpp | 34 { in Start()
|
/external/ComputeLibrary/tests/framework/instruments/ |
D | OpenCLTimer.cpp | 111 { in test_start()
|
/external/mesa3d/src/gallium/frontends/rusticl/api/ |
D | kernel.rs | 577 let gws = global_work_size[i]; in enqueue_ndrange_kernel() localVariable 751 let gws = global_work_size[i]; in get_kernel_suggested_local_work_size_khr() localVariable
|
/external/armnn/third-party/stb/ |
D | stb_image.h | 3390 __m128i gws = _mm_add_epi16(gwt, cr1); in stbi__YCbCr_to_RGB_simd() local 3444 int16x8_t gws = vaddq_s16(vaddq_s16(yws, cb0), cr1); in stbi__YCbCr_to_RGB_simd() local
|
/external/ComputeLibrary/include/stb/ |
D | stb_image.h | 3434 __m128i gws = _mm_add_epi16(gwt, cr1); in stbi__YCbCr_to_RGB_simd() local 3488 int16x8_t gws = vaddq_s16(vaddq_s16(yws, cb0), cr1); in stbi__YCbCr_to_RGB_simd() local
|