Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/metal/
DDisplayMtl.h124 const mtl::VertexFormat &getVertexFormat(angle::FormatID angleFormatId, in getVertexFormat() function
127 return mFormatTable.getVertexFormat(angleFormatId, tightlyPacked); in getVertexFormat()
Dmtl_format_utils.h97 const VertexFormat &getVertexFormat(angle::FormatID angleFormatId, bool tightlyPacked) const;
DVertexArrayMtl.mm54 const mtl::VertexFormat &packedFormat = contextMtl->getVertexFormat(originalFormat, true);
191 format = &context->getVertexFormat(angle::FormatID::R32G32B32A32_FLOAT, false);
416 const mtl::VertexFormat &format = contextMtl->getVertexFormat(attrib.format->id, false);
455 &contextMtl->getVertexFormat(angle::FormatID::R32G32B32A32_FLOAT, false);
Dmtl_format_utils.mm286 const VertexFormat &FormatTable::getVertexFormat(angle::FormatID angleFormatId,
DContextMtl.h240 const mtl::VertexFormat &getVertexFormat(angle::FormatID angleFormatId,
DContextMtl.mm1013 // See mtl::FormatTable::getVertexFormat()
1014 const mtl::VertexFormat &ContextMtl::getVertexFormat(angle::FormatID angleFormatId,
1017 return getDisplay()->getVertexFormat(angleFormatId, tightlyPacked);
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp174 VkFormat getVertexFormat (void) const { return m_vertexFormat; } in getVertexFormat() function in vkt::synchronization::__anon87b91c230111::VertexGrid
1402 .setVertexInputSingleAttribute (m_vertices.getVertexFormat(), m_vertices.getVertexStride()) in GraphicsPipeline()
3480 .setVertexInputSingleAttribute (m_vertices.getVertexFormat(), m_vertices.getVertexStride()) in Implementation()
3903 .setVertexInputSingleAttribute (m_vertices.getVertexFormat(), m_vertices.getVertexStride()) in GraphicsPipeline()