Searched refs:getVertexFormat (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | DisplayMtl.h | 158 // See mtl::FormatTable::getVertexFormat() 159 const mtl::VertexFormat &getVertexFormat(angle::FormatID angleFormatId, in getVertexFormat() function in rx::DisplayMtl 162 return mFormatTable.getVertexFormat(angleFormatId, tightlyPacked); in getVertexFormat()
|
H A D | mtl_format_utils.h | 148 const VertexFormat &getVertexFormat(angle::FormatID angleFormatId, bool tightlyPacked) const;
|
H A D | ContextMtl.h | 319 // See mtl::FormatTable::getVertexFormat() 320 const mtl::VertexFormat &getVertexFormat(angle::FormatID angleFormatId,
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.hpp | 97 inline VkFormat getVertexFormat (void) const { return m_vertexFormat; } in getVertexFormat() function in vk::RaytracedGeometryBase
|
H A D | vkRayTracingUtil.cpp | 1525 geometryData->getVertexFormat(), // VkFormat vertexFormat; in prepareGeometries()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 175 VkFormat getVertexFormat (void) const { return m_vertexFormat; } in getVertexFormat() function in vkt::synchronization::__anon28830::VertexGrid 1539 .setVertexInputSingleAttribute (m_vertices.getVertexFormat(), m_vertices.getVertexStride()) in GraphicsPipeline() 4104 .setVertexInputSingleAttribute (m_vertices.getVertexFormat(), m_vertices.getVertexStride()) in Implementation() 4551 .setVertexInputSingleAttribute (m_vertices.getVertexFormat(), m_vertices.getVertexStride()) in GraphicsPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 174 VkFormat getVertexFormat (void) const { return m_vertexFormat; } in getVertexFormat() function in vkt::synchronization::__anon29979::VertexGrid 1538 .setVertexInputSingleAttribute (m_vertices.getVertexFormat(), m_vertices.getVertexStride()) in GraphicsPipeline() 3967 .setVertexInputSingleAttribute (m_vertices.getVertexFormat(), m_vertices.getVertexStride()) in Implementation() 4414 .setVertexInputSingleAttribute (m_vertices.getVertexFormat(), m_vertices.getVertexStride()) in GraphicsPipeline()
|
Completed in 29 milliseconds