Home
last modified time | relevance | path

Searched defs:gws (Results 1 – 12 of 12) sorted by relevance

/external/ComputeLibrary/src/runtime/CL/tuners/
DCLTuningParametersList.cpp163 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/
Dtest_subgroup_ballot.cpp34 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/
DICLKernel.cpp46 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
DDefaultLWSHeuristics.cpp97 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/
Dtest_queue.cpp39 size_t gws = 1; in test_queue_flush_on_release() local
/external/OpenCL-CTS/test_conformance/basic/
Dtest_get_linear_ids.cpp56 size_t lws[3], gws[3], gwo[3]; in test_get_linear_ids() local
/external/ComputeLibrary/src/runtime/CL/
DCLTuner.cpp180 { 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/
DOpenClTimer.cpp34 { in Start()
/external/ComputeLibrary/tests/framework/instruments/
DOpenCLTimer.cpp111 { in test_start()
/external/mesa3d/src/gallium/frontends/rusticl/api/
Dkernel.rs577 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/
Dstb_image.h3390 __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/
Dstb_image.h3434 __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