Searched refs:convertedFormat (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/metal/ |
D | VertexArrayMtl.mm | 834 const mtl::VertexFormat &convertedFormat = 847 mCurrentArrayBufferFormats[attribIndex] = &convertedFormat; 852 const angle::Format &convertedAngleFormat = convertedFormat.actualAngleFormat(); 856 bool canExpandComponentsOnGPU = convertedFormat.actualSameGLType; 872 convertedFormat, stride, numVertices, 878 convertedFormat, stride, numVertices, conversion)); 882 mCurrentArrayBufferFormats[attribIndex] = &convertedFormat; 909 const mtl::VertexFormat &convertedFormat, 922 binding.getStride(), convertedFormat.vertexLoadFunction, 932 const mtl::VertexFormat &convertedFormat, [all …]
|
D | VertexArrayMtl.h | 106 const mtl::VertexFormat &convertedFormat, 114 const mtl::VertexFormat &convertedFormat,
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 781 tcu::Maybe<tcu::TextureFormat> convertedFormat; in verifyImage() local 785 convertedFormat = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT24); in verifyImage() 789 convertedFormat = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in verifyImage() 793 convertedFormat = tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::FLOAT); in verifyImage() 796 if (convertedFormat) in verifyImage() 798 …convertedReferenceLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(*convertedFormat, r… in verifyImage()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.cpp | 412 GLenum convertedFormat = gl::GetSizedInternalFormatInfo(internalFormat).format; in IsFormatChannelEquivalent() local 413 return convertedFormat == format; in IsFormatChannelEquivalent()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 1824 const Format &convertedFormat = in initializePipeline() local 1826 ASSERT(angleFormat.channelCount == convertedFormat.intendedFormat().channelCount); in initializePipeline() 1827 ASSERT(angleFormat.redBits == convertedFormat.intendedFormat().redBits); in initializePipeline() 1828 ASSERT(angleFormat.greenBits == convertedFormat.intendedFormat().greenBits); in initializePipeline() 1829 ASSERT(angleFormat.blueBits == convertedFormat.intendedFormat().blueBits); in initializePipeline() 1830 ASSERT(angleFormat.alphaBits == convertedFormat.intendedFormat().alphaBits); in initializePipeline() 1832 vkFormat = convertedFormat.actualBufferVkFormat(packedAttrib.compressed); in initializePipeline()
|