Searched refs:getVertexFormat (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/renderer/metal/ |
D | DisplayMtl.h | 159 const mtl::VertexFormat &getVertexFormat(angle::FormatID angleFormatId, in getVertexFormat() function 162 return mFormatTable.getVertexFormat(angleFormatId, tightlyPacked); in getVertexFormat()
|
D | VertexArrayMtl.mm | 58 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);
|
D | mtl_format_utils.h | 146 const VertexFormat &getVertexFormat(angle::FormatID angleFormatId, bool tightlyPacked) const;
|
D | mtl_format_utils.mm | 220 const VertexFormat &FormatTable::getVertexFormat(angle::FormatID angleFormatId,
|
D | ContextMtl.h | 315 const mtl::VertexFormat &getVertexFormat(angle::FormatID angleFormatId,
|
D | ContextMtl.mm | 1346 // 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/ |
D | vkRayTracingUtil.hpp | 90 inline VkFormat getVertexFormat (void) const { return m_vertexFormat; } in getVertexFormat() function in vk::RaytracedGeometryBase
|
D | vkRayTracingUtil.cpp | 1324 geometryData->getVertexFormat(), // VkFormat vertexFormat; in prepareGeometries()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 174 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()
|