/external/angle/src/libANGLE/renderer/cl/ |
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()
|
D | CLKernelCL.h | 26 cl_int setArg(cl_uint argIndex, size_t argSize, const void *argValue) override;
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | MethodImpl.java | 373 int argSize = arguments.size(); in validateAndPrepareArgumentsForInvoke() local 378 if (signatures.size() != argSize) { in validateAndPrepareArgumentsForInvoke() 384 for (int i = 0; i < argSize; i++) { in validateAndPrepareArgumentsForInvoke()
|
/external/angle/src/libANGLE/ |
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()
|
D | CLKernel.h | 22 cl_int setArg(cl_uint argIndex, size_t argSize, const void *argValue);
|
/external/icu/icu4c/source/io/ |
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()
|
/external/cronet/third_party/icu/source/io/ |
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()
|
/external/angle/src/libANGLE/renderer/ |
D | CLKernelImpl.h | 86 virtual cl_int setArg(cl_uint argIndex, size_t argSize, const void *argValue) = 0;
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/IR/ |
D | gml_st_ops.cc | 1424 auto argSize = std::get<0>(it); in verify() local 1427 if (argSize == ShapedType::kDynamicSize) continue; in verify() 1431 if (largestIndex >= argSize) { in verify() 1435 << " for argument dimension size = " << argSize; in verify() 1437 } else if (offset >= argSize) { in verify() 1440 << " is out of bounds for argument dimension size = " << argSize; in verify() 1442 } else if (stride > 0 && size > 0 && stride * (size - 1) >= argSize) { in verify() 1446 << argSize; in verify()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
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()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
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()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1120 unsigned argSize = (ValTy == MVT::f64) ? 8 : 16; in fixupVariableFloatArgs() local 1121 unsigned Offset = argSize * (VA.getLocReg() - firstReg); in fixupVariableFloatArgs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1064 unsigned argSize = (ValTy == MVT::f64) ? 8 : 16; in fixupVariableFloatArgs() local 1065 unsigned Offset = argSize * (VA.getLocReg() - firstReg); in fixupVariableFloatArgs()
|