Home
last modified time | relevance | path

Searched refs:inputWidth (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp364 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/
DGrSampleMaskProcessor.cpp31 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in onEmitCode() local
47 inputWidth, inputWidth, swizzle, swizzle); in onEmitCode()
DGrGSCoverageProcessor.cpp58 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()
DGrVSCoverageProcessor.cpp258 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/
DDvppCommon.cc1473 …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()
DDvppCommon.h43 int inputWidth = 0; member
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
DnvEncodeAPI.h1795 …uint32_t inputWidth; /**< [in]: Specifies t… member
1848 …uint32_t inputWidth; /**< [in]: Specifies the input buffer … member
Dgstnvbaseenc.c2318 pic_params.inputWidth = GST_VIDEO_FRAME_WIDTH (vframe); in _submit_input_buffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp1659 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/
Dinput_decorator.dart931 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/
Dnvenc.c2205 pic_params.inputWidth = in_surf->width; in nvenc_send_frame()
/third_party/flutter/flutter/packages/flutter/test/material/
Dtext_field_test.dart618 final double inputWidth = findRenderEditable(tester).size.width;
626 expect(cursorOffsetSpaces.dx, inputWidth - _kCaretGap);