Home
last modified time | relevance | path

Searched refs:CL_ADDRESS_CLAMP_TO_EDGE (Results 1 – 25 of 26) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/spir/
Ddatagen.cpp160 CL_ADDRESS_CLAMP_TO_EDGE,
274 case CL_ADDRESS_CLAMP_TO_EDGE: in toBitmap()
326 case CL_ADDRESS_CLAMP_TO_EDGE: in toString()
/external/mesa3d/src/gallium/frontends/clover/core/
Dsampler.cpp57 (addr_mode() == CL_ADDRESS_CLAMP_TO_EDGE ? PIPE_TEX_WRAP_CLAMP_TO_EDGE : in bind()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_readimage_fp32.cpp126 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage_fp32()
Dtest_readimage3d_fp32.cpp117 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage3d_fp32()
Dtest_readimage3d_int16.cpp116 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage3d_int16()
Dtest_readimage_int16.cpp125 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage_int16()
Dtest_image_r8.cpp137 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_image_r8()
Dtest_imagedim.cpp121 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_imagedim_pow2()
332 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_imagedim_non_pow2()
Dtest_multireadimageonefmt.cpp150 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_mri_one()
Dtest_readimage3d.cpp168 sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEAREST, &err); in test_readimage3d()
Dtest_imagenpot.cpp153 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_imagenpot()
Dtest_multireadimagemultifmt.cpp189 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_mri_multiple()
Dtest_image_multipass.cpp289 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_image_multipass_integer_coord()
530 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_image_multipass_float_coord()
Dtest_readimage.cpp212 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage()
Dtest_image_param.cpp242 …clSamplerWrapper sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_… in test_image_param()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_loops.cpp69 /* CL_ADDRESS_CLAMP_NONE,*/ CL_ADDRESS_CLAMP_TO_EDGE, CL_ADDRESS_CLAMP, in test_read_image_type()
Dmain.cpp297 gAddressModeToUse = CL_ADDRESS_CLAMP_TO_EDGE; in main()
/external/OpenCL-CTS/test_conformance/profiling/
Dexecute_multipass.cpp118 …cl_sampler sampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARE… in run_kernel()
/external/OpenCL-CTS/test_conformance/api/
Dtest_clone_kernel.cpp152 CL_SAMPLER_ADDRESSING_MODE, CL_ADDRESS_CLAMP_TO_EDGE, in test_image_arg_shallow_clone()
Dtest_queries.cpp157 CL_ADDRESS_NONE, CL_ADDRESS_CLAMP_TO_EDGE, CL_ADDRESS_CLAMP,
/external/OpenCL-CTS/test_common/harness/
DerrorHelpers.cpp238 case CL_ADDRESS_CLAMP_TO_EDGE: return "CL_ADDRESS_CLAMP_TO_EDGE"; in GetAddressModeName()
DimageHelpers.cpp568 mTable[CL_ADDRESS_CLAMP_TO_EDGE - CL_ADDRESS_NONE] in AddressingTable()
570 mTable[CL_ADDRESS_CLAMP_TO_EDGE - CL_ADDRESS_NONE] in AddressingTable()
3448 else if (imageSampler->addressing_mode == CL_ADDRESS_CLAMP_TO_EDGE) in get_sampler_kernel_code()
3668 else if (sampler->addressing_mode == CL_ADDRESS_CLAMP_TO_EDGE) in print_read_header()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp25 case CL_ADDRESS_CLAMP_TO_EDGE: in FromCLenum()
45 return CL_ADDRESS_CLAMP_TO_EDGE; in ToCLenum()
/external/mesa3d/include/CL/
Dcl.h658 #define CL_ADDRESS_CLAMP_TO_EDGE 0x1131 macro
/external/angle/include/CL/
Dcl.h660 #define CL_ADDRESS_CLAMP_TO_EDGE 0x1131 macro

12