Home
last modified time | relevance | path

Searched defs:inputWidth (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp63 int32_t inputWidth = codeWidth; in RenderResult() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp324 deUint32 getInputWidth (InputWidth inputWidth, deUint32 ndx) in getInputWidth()
394 bool has8BitInputWidth (InputWidth inputWidth) in has8BitInputWidth()
422 bool has16BitInputWidth (InputWidth inputWidth) in has16BitInputWidth()
450 bool has64BitInputWidth (InputWidth inputWidth) in has64BitInputWidth()
478 InputType getInputType (deUint32 inputWidth, bool isSigned) in getInputType()
496 string getOtherSizeTypes (InputType inputType, deUint32 vectorSize, InputWidth inputWidth) in getOtherSizeTypes()
555 string getSpirvCapabilityStr (const char* spirvCapability, InputWidth inputWidth) in getSpirvCapabilityStr()
592 …rvOperation, InputType inputType, string spirvTestType, deUint32 vectorSize, InputWidth inputWidth) in getBinaryFullOperationWithInputWidthStr()
634 …string spirvOperation, InputType inputType, string spirvTestType, InputWidth inputWidth, bool isQu… in getFullOperationWithDifferentInputWidthStr()
1309 InputWidth inputWidth, in createStageTests()
[all …]
/external/skia/src/gpu/ccpr/
DGrCCCoverageProcessor_VSImpl.cpp259 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in onEmitCode() local
DGrCCCoverageProcessor_GSImpl.cpp54 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in emitGeometryShader() local
/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor_VSImpl.cpp259 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in onEmitCode() local
DGrCCCoverageProcessor_GSImpl.cpp54 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in emitGeometryShader() local
/external/swiftshader/src/OpenGL/common/
DImage.cpp1721 GLsizei inputWidth = (unpackParameters.rowLength == 0) ? width : unpackParameters.rowLength; in loadImageData() local
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1561 …GLsizei inputWidth = (mState.unpackParameters.rowLength == 0) ? width : mState.unpackParameters.ro… in getRequiredBufferSize() local