/external/OpenCL-CTS/test_conformance/spir/ |
D | datagen.cpp | 160 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/ |
D | sampler.cpp | 57 (addr_mode() == CL_ADDRESS_CLAMP_TO_EDGE ? PIPE_TEX_WRAP_CLAMP_TO_EDGE : in bind()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_readimage_fp32.cpp | 126 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage_fp32()
|
D | test_readimage3d_fp32.cpp | 117 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage3d_fp32()
|
D | test_readimage3d_int16.cpp | 116 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage3d_int16()
|
D | test_readimage_int16.cpp | 125 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage_int16()
|
D | test_image_r8.cpp | 137 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_image_r8()
|
D | test_imagedim.cpp | 121 …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()
|
D | test_multireadimageonefmt.cpp | 150 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_mri_one()
|
D | test_readimage3d.cpp | 168 sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEAREST, &err); in test_readimage3d()
|
D | test_imagenpot.cpp | 153 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_imagenpot()
|
D | test_multireadimagemultifmt.cpp | 189 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_mri_multiple()
|
D | test_image_multipass.cpp | 289 …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()
|
D | test_readimage.cpp | 212 …cl_sampler sampler = clCreateSampler(context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARES… in test_readimage()
|
D | test_image_param.cpp | 242 …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/ |
D | test_loops.cpp | 69 /* CL_ADDRESS_CLAMP_NONE,*/ CL_ADDRESS_CLAMP_TO_EDGE, CL_ADDRESS_CLAMP, in test_read_image_type()
|
D | main.cpp | 297 gAddressModeToUse = CL_ADDRESS_CLAMP_TO_EDGE; in main()
|
/external/OpenCL-CTS/test_conformance/profiling/ |
D | execute_multipass.cpp | 118 …cl_sampler sampler = clCreateSampler( context, CL_FALSE, CL_ADDRESS_CLAMP_TO_EDGE, CL_FILTER_NEARE… in run_kernel()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_clone_kernel.cpp | 152 CL_SAMPLER_ADDRESSING_MODE, CL_ADDRESS_CLAMP_TO_EDGE, in test_image_arg_shallow_clone()
|
D | test_queries.cpp | 157 CL_ADDRESS_NONE, CL_ADDRESS_CLAMP_TO_EDGE, CL_ADDRESS_CLAMP,
|
/external/OpenCL-CTS/test_common/harness/ |
D | errorHelpers.cpp | 238 case CL_ADDRESS_CLAMP_TO_EDGE: return "CL_ADDRESS_CLAMP_TO_EDGE"; in GetAddressModeName()
|
D | imageHelpers.cpp | 568 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/ |
D | PackedCLEnums_autogen.cpp | 25 case CL_ADDRESS_CLAMP_TO_EDGE: in FromCLenum() 45 return CL_ADDRESS_CLAMP_TO_EDGE; in ToCLenum()
|
/external/mesa3d/include/CL/ |
D | cl.h | 658 #define CL_ADDRESS_CLAMP_TO_EDGE 0x1131 macro
|
/external/angle/include/CL/ |
D | cl.h | 660 #define CL_ADDRESS_CLAMP_TO_EDGE 0x1131 macro
|