Searched refs:getVertexFormat (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/libANGLE/renderer/metal/ |
D | DisplayMtl.h | 124 const mtl::VertexFormat &getVertexFormat(angle::FormatID angleFormatId, in getVertexFormat() function 127 return mFormatTable.getVertexFormat(angleFormatId, tightlyPacked); in getVertexFormat()
|
D | mtl_format_utils.h | 97 const VertexFormat &getVertexFormat(angle::FormatID angleFormatId, bool tightlyPacked) const;
|
D | VertexArrayMtl.mm | 54 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);
|
D | mtl_format_utils.mm | 286 const VertexFormat &FormatTable::getVertexFormat(angle::FormatID angleFormatId,
|
D | ContextMtl.h | 240 const mtl::VertexFormat &getVertexFormat(angle::FormatID angleFormatId,
|
D | ContextMtl.mm | 1013 // 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/ |
D | vktSynchronizationOperation.cpp | 174 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()
|