Searched refs:inputWidth (Results 1 – 4 of 4) sorted by relevance
/external/deqp/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 …]
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_GSImpl.cpp | 54 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in emitGeometryShader() local 55 const char* posValues = (4 == inputWidth) ? "sk_Position" : "sk_Position.xyz"; in emitGeometryShader() 57 inputWidth, inputWidth, posValues, posValues); in emitGeometryShader()
|
D | GrCCCoverageProcessor_VSImpl.cpp | 259 int inputWidth = (4 == numInputPoints || proc.hasInputWeight()) ? 4 : 3; in onEmitCode() local 260 const char* swizzle = (4 == inputWidth) ? "xyzw" : "xyz"; in onEmitCode() 261 v->codeAppendf("float%ix2 pts = transpose(float2x%i(%s.%s, %s.%s));", inputWidth, inputWidth, in onEmitCode()
|
/external/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()
|