Home
last modified time | relevance | path

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

/external/angle/src/image_util/
Dgeneratemip.inc33 static void GenerateMip_Y(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
38 ASSERT(sourceWidth == 1);
53 static void GenerateMip_X(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
58 ASSERT(sourceWidth > 1);
73 static void GenerateMip_Z(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
78 ASSERT(sourceWidth == 1);
93 static void GenerateMip_XY(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
98 ASSERT(sourceWidth > 1);
122 static void GenerateMip_YZ(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
127 ASSERT(sourceWidth == 1);
[all …]
Dgeneratemip.h20 inline void GenerateMip(size_t sourceWidth,
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp59 int sourceWidth; member
72 DE_ASSERT(getNumUsedChannels(params->vkFormat) <= params->sourceWidth); in MismatchedVectorSizesTest()
684 specs["WRITE_TO_IMAGE"] = (m_params->sourceWidth == 1 in initPrograms()
686 : m_params->sourceWidth == 2 in initPrograms()
688 : m_params->sourceWidth == 3 in initPrograms()
907 if (params->sourceWidth > 1) in createImageMismatchedVectorSizesTests()
908 ss << "_vec" << params->sourceWidth; in createImageMismatchedVectorSizesTests()
919 for (int sourceWidth = 4; sourceWidth > 0; --sourceWidth) in createImageMismatchedVectorSizesTests() local
921 if (sourceWidth >= getNumUsedChannels(info.vkFormat)) in createImageMismatchedVectorSizesTests()
923 …ew MismatchedVectorSizesTest::Params { info.vkFormat, sourceWidth, 12*sourceWidth, 8*(4-sourceWidt… in createImageMismatchedVectorSizesTests()
/external/swiftshader/src/Main/
DFrameBufferGDI.cpp85 int sourceWidth = sourceRect ? sourceRect->x1 - sourceRect->x0 : width; in blit() local
92 … destTop, destWidth, destHeight, bitmapContext, sourceLeft, sourceTop, sourceWidth, sourceHeight, … in blit()
/external/angle/src/libANGLE/renderer/
Drenderer_utils.h74 using MipGenerationFunction = void (*)(size_t sourceWidth,
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h369 const size_t sourceWidth,
DTextureVk.cpp2925 const size_t sourceWidth, in generateMipmapLevelsWithCPU() argument
2932 size_t previousLevelWidth = sourceWidth; in generateMipmapLevelsWithCPU()
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp766 const int sourceWidth = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (getWidth()) : (fboTexW); in render() local
768 const int gridRenderWidth = de::min(256, sourceWidth); in render()
/external/angle/src/libANGLE/
DvalidationES2.cpp3354 GLsizei sourceWidth = static_cast<GLsizei>(source->getWidth(sourceTarget, sourceLevel)); in ValidateCopyTextureCHROMIUM() local
3356 if (sourceWidth == 0 || sourceHeight == 0) in ValidateCopyTextureCHROMIUM()
3388 if (!IsValidCopyTextureDestinationLevel(context, dest->getType(), destLevel, sourceWidth, in ValidateCopyTextureCHROMIUM()
3400 if (dest->getType() == TextureType::CubeMap && sourceWidth != sourceHeight) in ValidateCopyTextureCHROMIUM()
DvalidationES3.cpp2378 GLsizei sourceWidth = static_cast<GLsizei>(source->getWidth(sourceTarget, sourceLevel)); in ValidateCopyTexture3DANGLE() local
2380 if (sourceWidth == 0 || sourceHeight == 0) in ValidateCopyTexture3DANGLE()
/external/mesa3d/include/CL/
Dcl2.hpp4814 size_type sourceWidth = in Image2D() local
4833 sourceWidth, in Image2D()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2852 const int sourceWidth, in forEach()
2872 const float srcInvW = 1.0f / static_cast<float>(sourceWidth); in forEach()