Searched defs:inputWidth (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 63 int32_t inputWidth = codeWidth; in RenderResult() local
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 324 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/ |
D | GrCCCoverageProcessor_VSImpl.cpp | 259 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in onEmitCode() local
|
D | GrCCCoverageProcessor_GSImpl.cpp | 54 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in emitGeometryShader() local
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_VSImpl.cpp | 259 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in onEmitCode() local
|
D | GrCCCoverageProcessor_GSImpl.cpp | 54 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in emitGeometryShader() local
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 1721 GLsizei inputWidth = (unpackParameters.rowLength == 0) ? width : unpackParameters.rowLength; in loadImageData() local
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.cpp | 1561 …GLsizei inputWidth = (mState.unpackParameters.rowLength == 0) ? width : mState.unpackParameters.ro… in getRequiredBufferSize() local
|