Home
last modified time | relevance | path

Searched defs:textureFormat (Results 1 – 25 of 66) sorted by relevance

123

/external/angle/src/libANGLE/
Des3_copy_conversion_table_autogen.cpp18 bool ValidES3CopyConversion(GLenum textureFormat, GLenum framebufferFormat) in ValidES3CopyConversion()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp842 const tcu::TextureFormat textureFormat = mapVkFormat(format); in getGlslAttachmentType() local
866 const tcu::TextureFormat textureFormat = mapVkFormat(format); in getGlslInputAttachmentType() local
890 const tcu::TextureFormat textureFormat = mapVkFormat(format); in isPackedType() local
927 const tcu::TextureFormat textureFormat = mapVkFormat(format); in isComponentSwizzled() local
951 const tcu::TextureFormat textureFormat = mapVkFormat(format); in getNumUsedChannels() local
DvktImageAtomicSpirvShaders.hpp45 tcu::TextureFormat textureFormat; member
DvktImageMisalignedCubeTests.cpp87 const tcu::TextureFormat textureFormat = mapVkFormat(format); in fillBuffer() local
DvktImageTranscodingSupportTests.cpp389 tcu::TextureFormat textureFormat = mapVkFormat(m_parameters.featuredFormat); in generateData() local
414 tcu::TextureFormat textureFormat = mapVkFormat(m_parameters.featuredFormat); in generateData() local
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp430 const tcu::TextureFormat textureFormat = mapVkFormat(format); in fillBuffer() local
450 const tcu::TextureFormat textureFormat = mapVkFormat(format); in fillBuffer() local
/external/skia/modules/canvaskit/
Dwebgpu.js71 …CanvasKit.MakeGPUTextureSurface = function (devCtx, texture, textureFormat, width, height, colorSp… argument
/external/angle/src/libANGLE/renderer/vulkan/
DRenderbufferVk.cpp83 const angle::Format &textureFormat = format.getActualRenderableImageFormat(); in setStorageImpl() local
200 const angle::Format &textureFormat = vkFormat.getActualRenderableImageFormat(); in setStorageEGLImageTarget() local
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pbuffer.c168 int textureFormat = WGL_NO_TEXTURE_ARB; in wglCreatePbufferARB() local
Dstw_framebuffer.h111 unsigned textureFormat; /**< WGL_NO_TEXTURE or WGL_TEXTURE_RGB[A]_ARB */ member
/external/angle/src/libANGLE/renderer/gl/wgl/
DPbufferSurfaceWGL.cpp22 EGLenum textureFormat, in PbufferSurfaceWGL()
/external/angle/src/libANGLE/renderer/gl/glx/
DPixmapSurfaceGLX.cpp27 int EGLTextureFormatToGLXTextureFormat(EGLint textureFormat) in EGLTextureFormatToGLXTextureFormat()
/external/deqp/framework/common/
DtcuImageIO.cpp107 TextureFormat textureFormat; in loadPNG() local
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayETC2Support.cpp347 … const tcu::TextureFormat textureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8); in isRenderedImageValid() local
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1070 OffsetSize offsetSize, tcu::TextureFormat textureFormat, in TextureGatherCase()
1186 …extureGatherCase::genGatherFuncCall(GatherType gatherType, const tcu::TextureFormat &textureFormat, in genGatherFuncCall()
1256 const tcu::TextureFormat &textureFormat, in genProgramSources()
1601 …Args> generateBasic2DCaseIterations(GatherType gatherType, const tcu::TextureFormat &textureFormat, in generateBasic2DCaseIterations()
1677 OffsetSize offsetSize, tcu::TextureFormat textureFormat, in TextureGather2DCase()
1773 OffsetSize offsetSize, tcu::TextureFormat textureFormat, in TextureGather2DArrayCase()
1913 …Case(Context &context, const char *name, const char *description, tcu::TextureFormat textureFormat, in TextureGatherCubeCase()
2060 …OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMo… in makeTextureGatherCase()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp997const tcu::TextureFormat &textureFormat, const IVec2 &offsetRange) in generateBasic2DCaseIterations()
1087 tcu::TextureFormat textureFormat; member
1740 string genGatherFuncCall(GatherType gatherType, const tcu::TextureFormat &textureFormat, const Gath… in genGatherFuncCall()
2091 const tcu::TextureFormat textureFormat, const tcu::Sampler::CompareMode shadowCompareMode, in TextureGather2DCase()
2152 … LevelMode levelMode, const tcu::TextureFormat &textureFormat, in generate2DArrayCaseIterations()
2314 const tcu::TextureFormat textureFormat, const tcu::Sampler::CompareMode shadowCompareMode, in TextureGather2DArrayCase()
2377const tcu::TextureFormat &textureFormat, const IVec2 &offsetRange) in generateCubeCaseIterations()
2545 tcu::TestContext &testCtx, const string &name, const tcu::TextureFormat textureFormat, in TextureGatherCubeCase()
2608 …OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMo… in makeTextureGatherCase()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp335 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate() local
468 const tcu::TextureFormat textureFormat = texture.getTextureFormat(); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyDestroyTests.cpp240 const tcu::TextureFormat textureFormat = mapVkFormat(attachmentFormat); in testEarlyDestroy() local
DvktPipelineSamplerBorderSwizzleTests.cpp73 VkFormat textureFormat; member
246 VkFormat getColorAttachmentFormat(VkFormat textureFormat, bool useStencil) in getColorAttachmentFormat()
516 tcu::TextureFormat textureFormat; in comparePixelToColorClearValue() local
/external/deqp/external/openglcts/modules/gles3/
Des3cNumberParsingTests.cpp360 …const auto textureFormat = tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM… in iterate() local
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.cpp393 const d3d9::TextureFormat &textureFormat = d3d9::GetTextureFormatInfo(sizedFormat); in getImplementationColorReadFormat() local
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1114 …TestInstance::verifyBufferInternal(const void *resultData, const tcu::TextureFormat &textureFormat, in verifyBufferInternal()
1179 …eLevel> ColorImagelessTestInstance::generateReferenceImage(const tcu::TextureFormat &textureFormat, in generateReferenceImage()
1347 …eLevel> DepthImagelessTestInstance::generateReferenceImage(const tcu::TextureFormat &textureFormat, in generateReferenceImage()
1633 const tcu::TextureFormat &textureFormat, const AspectFlags aspectFlags, const uint32_t sample, in generateReferenceImage()
1866 const tcu::TextureFormat &textureFormat, const AspectFlags aspectFlags, const uint32_t sample, in generateReferenceImage()
2252 …ureLevel> MultisubpassTestInstance::generateReferenceImage(const tcu::TextureFormat &textureFormat, in generateReferenceImage()
2508const tcu::TextureFormat &textureFormat, const AspectFlags aspectFlags, const uint32_t sample, con… in generateReferenceImage()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferActiveUniformValidation.cpp58 TextureParameters::TextureParameters(glw::GLuint textureBufferSize, glw::GLenum textureFormat, in TextureParameters()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp344 const tcu::TextureFormat textureFormat, const VkImage *image) in getPixel()
457 const tcu::TextureFormat textureFormat = vk::mapVkFormat(surfaceFormat.format); in colorspaceCompareTest() local
/external/swiftshader/src/Device/
DSampler.hpp90 vk::Format textureFormat; member

123