Home
last modified time | relevance | path

Searched refs:CL_COMMAND_WRITE_IMAGE (Results 1 – 25 of 88) sorted by relevance

1234

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Dcsr_selection_args_tests.cpp93 …CsrSelectionArgs args{CL_COMMAND_WRITE_IMAGE, {}, &image1, rootDeviceIndex, size, nullptr, origin1… in TEST()
94 EXPECT_EQ(static_cast<cl_command_type>(CL_COMMAND_WRITE_IMAGE), args.cmdType); in TEST()
103 …CsrSelectionArgs args{CL_COMMAND_WRITE_IMAGE, {}, &image1, rootDeviceIndex, size, nullptr, origin1… in TEST()
104 EXPECT_EQ(static_cast<cl_command_type>(CL_COMMAND_WRITE_IMAGE), args.cmdType); in TEST()
H A Denqueue_fixture.cpp127 cl_command_type EnqueueWriteImageTraits::cmdType = CL_COMMAND_WRITE_IMAGE;
H A Dget_size_required_image_tests.cpp309 …auto expectedSizeCS = EnqueueOperation<FamilyType>::getSizeRequiredCS(CL_COMMAND_WRITE_IMAGE, fals… in HWTEST_F()
364 …auto expectedSizeCS = EnqueueOperation<FamilyType>::getSizeRequiredCS(CL_COMMAND_WRITE_IMAGE, fals… in HWTEST_F()
H A Dooq_task_tests.cpp47 cmdType == CL_COMMAND_WRITE_IMAGE || in isBlockingCall()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/command_queue/
H A Denqueue_write_image.h37 constexpr cl_command_type cmdType = CL_COMMAND_WRITE_IMAGE; in enqueueWriteImage()
99 …dispatchBcsOrGpgpuEnqueue<CL_COMMAND_WRITE_IMAGE>(dispatchInfo, surfaces, eBuiltInOps, numEventsIn… in enqueueWriteImage()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/helpers/
H A Dcl_helper.h30 case CL_COMMAND_WRITE_IMAGE: in cmdTypetoString()
H A Dcl_blit_properties.h160 case CL_COMMAND_WRITE_IMAGE: in obtainBlitDirection()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/context/
H A Ddriver_diagnostics.cpp90 case CL_COMMAND_WRITE_IMAGE: in obtainHintForTransferOperation()
/dports/lang/pocl/pocl-1.8/lib/CL/
H A DclEnqueueWriteImage.c71 errcode = pocl_create_command (&cmd, command_queue, CL_COMMAND_WRITE_IMAGE, in POname()
H A Dpocl_tracing.c297 case CL_COMMAND_WRITE_IMAGE: in lttng_tracer_event_updated()
/dports/devel/hyperscan/boost_1_75_0/boost/compute/
H A Devent.hpp67 write_image = CL_COMMAND_WRITE_IMAGE,
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/
H A Devent.hpp67 write_image = CL_COMMAND_WRITE_IMAGE,
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/
H A Devent.hpp67 write_image = CL_COMMAND_WRITE_IMAGE,
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/
H A Devent.hpp67 write_image = CL_COMMAND_WRITE_IMAGE,
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/
H A Devent.hpp67 write_image = CL_COMMAND_WRITE_IMAGE,
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/
H A Devent.hpp67 write_image = CL_COMMAND_WRITE_IMAGE,
/dports/devel/boost-libs/boost_1_72_0/boost/compute/
H A Devent.hpp67 write_image = CL_COMMAND_WRITE_IMAGE,
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/
H A Devent.hpp67 write_image = CL_COMMAND_WRITE_IMAGE,
/dports/devel/boost-docs/boost_1_72_0/boost/compute/
H A Devent.hpp67 write_image = CL_COMMAND_WRITE_IMAGE,
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Dmini_cl.h545 #define CL_COMMAND_WRITE_IMAGE 0x11F7 macro
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/mem_obj/
H A Dmem_obj.cpp351 … cmdType == CL_COMMAND_WRITE_IMAGE || cmdType == CL_COMMAND_READ_IMAGE)); in checkIfMemoryTransferIsRequired()
/dports/games/critterding/critterding-beta12/src/utils/bullet/MiniCL/
H A Dcl.h381 #define CL_COMMAND_WRITE_IMAGE 0x11F7 macro
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/MiniCL/
H A Dcl.h383 #define CL_COMMAND_WRITE_IMAGE 0x11F7 macro
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-util-cl-enum.c543 CASE(CL_COMMAND_WRITE_IMAGE) // 0x11F7 in piglit_cl_get_enum_name()
/dports/games/lwjgl/lwjgl-2df01dd/src/native/common/CL/
H A Dcl.h414 #define CL_COMMAND_WRITE_IMAGE 0x11F7 macro

1234