Searched defs:inputWidth (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrSampleMaskProcessor.cpp | 31 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in onEmitCode() local
|
D | GrVSCoverageProcessor.cpp | 258 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in onEmitCode() local
|
D | GrGSCoverageProcessor.cpp | 58 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in emitGeometryShader() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 364 deUint32 getInputWidth (InputWidth inputWidth, deUint32 ndx) in getInputWidth() 434 bool has8BitInputWidth (InputWidth inputWidth) in has8BitInputWidth() 462 bool has16BitInputWidth (InputWidth inputWidth) in has16BitInputWidth() 490 bool has64BitInputWidth (InputWidth inputWidth) in has64BitInputWidth() 518 InputType getInputType (deUint32 inputWidth, bool isSigned) in getInputType() 536 string getOtherSizeTypes (InputType inputType, deUint32 vectorSize, InputWidth inputWidth) in getOtherSizeTypes() 595 string getSpirvCapabilityStr (const char* spirvCapability, InputWidth inputWidth) in getSpirvCapabilityStr() 632 …rvOperation, InputType inputType, string spirvTestType, deUint32 vectorSize, InputWidth inputWidth) in getBinaryFullOperationWithInputWidthStr() 674 …string spirvOperation, InputType inputType, string spirvTestType, InputWidth inputWidth, bool isQu… in getFullOperationWithDifferentInputWidthStr() 1389 InputWidth inputWidth, in createStageTests() [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/ |
D | DvppCommon.h | 43 int inputWidth = 0; member
|
D | DvppCommon.cc | 1637 uint32_t inputWidth = inputImage->width; in GetJpegEncodeStrideSize() local
|
/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
|
/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
|