Searched refs:argSize (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLKernelCL.cpp | 129 cl_int CLKernelCL::setArg(cl_uint argIndex, size_t argSize, const void *argValue) in setArg() argument 136 if (argSize == sizeof(cl_mem)) in setArg() 144 if (value == nullptr && argSize == sizeof(cl_sampler)) in setArg() 152 if (value == nullptr && argSize == sizeof(cl_command_queue)) in setArg() 167 return mNative->getDispatch().clSetKernelArg(mNative, argIndex, argSize, argValue); in setArg()
|
H A D | CLKernelCL.h | 26 cl_int setArg(cl_uint argIndex, size_t argSize, const void *argValue) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLKernel.cpp | 18 cl_int Kernel::setArg(cl_uint argIndex, size_t argSize, const void *argValue) in setArg() argument 20 return mImpl->setArg(argIndex, argSize, argValue); in setArg()
|
H A D | CLKernel.h | 22 cl_int setArg(cl_uint argIndex, size_t argSize, const void *argValue);
|
/third_party/icu/icu4c/source/io/ |
H A D | uprntf_p.cpp | 208 int32_t argSize; in u_printf_string_handler() local 213 argSize = (int32_t)strlen(arg) + 1; in u_printf_string_handler() 214 if (argSize >= MAX_UCHAR_BUFFER_SIZE(buffer)) { in u_printf_string_handler() 215 s = ufmt_defaultCPToUnicode(arg, argSize, in u_printf_string_handler() 216 (UChar *)uprv_malloc(MAX_UCHAR_BUFFER_NEEDED(argSize)), in u_printf_string_handler() 217 MAX_UCHAR_BUFFER_NEEDED(argSize)); in u_printf_string_handler() 223 s = ufmt_defaultCPToUnicode(arg, argSize, buffer, in u_printf_string_handler()
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | uprntf_p.cpp | 208 int32_t argSize; in u_printf_string_handler() local 213 argSize = (int32_t)strlen(arg) + 1; in u_printf_string_handler() 214 if (argSize >= MAX_UCHAR_BUFFER_SIZE(buffer)) { in u_printf_string_handler() 215 s = ufmt_defaultCPToUnicode(arg, argSize, in u_printf_string_handler() 216 (UChar *)uprv_malloc(MAX_UCHAR_BUFFER_NEEDED(argSize)), in u_printf_string_handler() 217 MAX_UCHAR_BUFFER_NEEDED(argSize)); in u_printf_string_handler() 223 s = ufmt_defaultCPToUnicode(arg, argSize, buffer, in u_printf_string_handler()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | CLKernelImpl.h | 86 virtual cl_int setArg(cl_uint argIndex, size_t argSize, const void *argValue) = 0;
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 4544 const int argSize = (int)argAggregate->getSequence().size(); in decomposeSampleMethods() local 4545 bool hasStatus = (argSize == (5+cmpValues) || argSize == (8+cmpValues)); in decomposeSampleMethods() 4563 hasOffset1 = (argSize == (4+cmpValues) || argSize == (5+cmpValues)); in decomposeSampleMethods() 4564 hasOffset4 = (argSize == (7+cmpValues) || argSize == (8+cmpValues)); in decomposeSampleMethods()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1064 unsigned argSize = (ValTy == MVT::f64) ? 8 : 16; in fixupVariableFloatArgs() local 1065 unsigned Offset = argSize * (VA.getLocReg() - firstReg); in fixupVariableFloatArgs()
|
Completed in 24 milliseconds