/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 364 deUint32 getInputWidth (InputWidth inputWidth, deUint32 ndx) in getInputWidth() argument 366 switch (inputWidth) in getInputWidth() 434 bool has8BitInputWidth (InputWidth inputWidth) in has8BitInputWidth() argument 436 switch (inputWidth) in has8BitInputWidth() 462 bool has16BitInputWidth (InputWidth inputWidth) in has16BitInputWidth() argument 464 switch (inputWidth) in has16BitInputWidth() 490 bool has64BitInputWidth (InputWidth inputWidth) in has64BitInputWidth() argument 492 switch (inputWidth) in has64BitInputWidth() 518 InputType getInputType (deUint32 inputWidth, bool isSigned) in getInputType() argument 520 switch (inputWidth) in getInputType() [all …]
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrSampleMaskProcessor.cpp | 31 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in onEmitCode() local 47 inputWidth, inputWidth, swizzle, swizzle); in onEmitCode()
|
D | GrGSCoverageProcessor.cpp | 58 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in emitGeometryShader() local 59 const char* posValues = (4 == inputWidth) ? "sk_Position" : "sk_Position.xyz"; in emitGeometryShader() 61 inputWidth, inputWidth, posValues, posValues); in emitGeometryShader()
|
D | GrVSCoverageProcessor.cpp | 258 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in onEmitCode() local 259 const char* swizzle = (4 == inputWidth) ? "xyzw" : "xyz"; in onEmitCode() 260 v->codeAppendf("float%ix2 pts = transpose(float2x%i(%s.%s, %s.%s));", inputWidth, inputWidth, in onEmitCode()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/ |
D | DvppCommon.cc | 1473 …ret = GetVideoDecodeDataSize(vdecConfig_.inputWidth, vdecConfig_.inputHeight, vdecConfig_.outForma… in CombineVdecProcess() 1493 dataInfo.width = vdecConfig_.inputWidth; in CombineVdecProcess() 1637 uint32_t inputWidth = inputImage->width; in GetJpegEncodeStrideSize() local 1645 widthStride = DVPP_ALIGN_UP(inputWidth, JPEGE_STRIDE_WIDTH); in GetJpegEncodeStrideSize() 1650 widthStride = DVPP_ALIGN_UP(inputWidth * YUV422_WIDTH_NU, JPEGE_STRIDE_WIDTH); in GetJpegEncodeStrideSize()
|
D | DvppCommon.h | 43 int inputWidth = 0; member
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | nvEncodeAPI.h | 1795 …uint32_t inputWidth; /**< [in]: Specifies t… member 1848 …uint32_t inputWidth; /**< [in]: Specifies the input buffer … member
|
D | gstnvbaseenc.c | 2318 pic_params.inputWidth = GST_VIDEO_FRAME_WIDTH (vframe); in _submit_input_buffer()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 1659 GLsizei inputWidth = (unpackParameters.rowLength == 0) ? width : unpackParameters.rowLength; in loadImageData() local 1660 GLsizei inputPitch = gl::ComputePitch(inputWidth, format, type, unpackParameters.alignment); in loadImageData() 1662 …char *input = ((char*)pixels) + gl::ComputePackingOffset(format, type, inputWidth, inputHeight, un… in loadImageData()
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | input_decorator.dart | 931 final double inputWidth = math.max(0.0, constraints.maxWidth - ( 941 boxConstraints.copyWith(maxWidth: inputWidth), 945 boxConstraints.copyWith(minWidth: inputWidth, maxWidth: inputWidth), 988 minWidth: inputWidth, 989 maxWidth: inputWidth,
|
/third_party/ffmpeg/libavcodec/ |
D | nvenc.c | 2205 pic_params.inputWidth = in_surf->width; in nvenc_send_frame()
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | text_field_test.dart | 618 final double inputWidth = findRenderEditable(tester).size.width; 626 expect(cursorOffsetSpaces.dx, inputWidth - _kCaretGap);
|