Home
last modified time | relevance | path

Searched refs:getVertexFormat (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h159 const mtl::VertexFormat &getVertexFormat(angle::FormatID angleFormatId, in getVertexFormat() function
162 return mFormatTable.getVertexFormat(angleFormatId, tightlyPacked); in getVertexFormat()
DVertexArrayMtl.mm58 const mtl::VertexFormat &packedFormat = contextMtl->getVertexFormat(originalFormat, true);
171 context->getVertexFormat(angle::FormatID::R32G32B32A32_FLOAT, false)),
172 mDefaultIntVertexFormat(context->getVertexFormat(angle::FormatID::R32G32B32A32_SINT, false)),
173 mDefaultUIntVertexFormat(context->getVertexFormat(angle::FormatID::R32G32B32A32_UINT, false))
529 const mtl::VertexFormat &format = contextMtl->getVertexFormat(attrib.format->id, false);
615 const mtl::VertexFormat &format = contextMtl->getVertexFormat(attrib.format->id, false);
652 &contextMtl->getVertexFormat(angle::FormatID::NONE, false);
Dmtl_format_utils.h146 const VertexFormat &getVertexFormat(angle::FormatID angleFormatId, bool tightlyPacked) const;
Dmtl_format_utils.mm220 const VertexFormat &FormatTable::getVertexFormat(angle::FormatID angleFormatId,
DContextMtl.h315 const mtl::VertexFormat &getVertexFormat(angle::FormatID angleFormatId,
DContextMtl.mm1346 // See mtl::FormatTable::getVertexFormat()
1347 const mtl::VertexFormat &ContextMtl::getVertexFormat(angle::FormatID angleFormatId,
1350 return getDisplay()->getVertexFormat(angleFormatId, tightlyPacked);
/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp90 inline VkFormat getVertexFormat (void) const { return m_vertexFormat; } in getVertexFormat() function in vk::RaytracedGeometryBase
DvkRayTracingUtil.cpp1324 geometryData->getVertexFormat(), // VkFormat vertexFormat; in prepareGeometries()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp174 VkFormat getVertexFormat (void) const { return m_vertexFormat; } in getVertexFormat() function in vkt::synchronization::__anona27adcff0111::VertexGrid
1531 .setVertexInputSingleAttribute (m_vertices.getVertexFormat(), m_vertices.getVertexStride()) in GraphicsPipeline()
3949 .setVertexInputSingleAttribute (m_vertices.getVertexFormat(), m_vertices.getVertexStride()) in Implementation()
4395 .setVertexInputSingleAttribute (m_vertices.getVertexFormat(), m_vertices.getVertexStride()) in GraphicsPipeline()