Home
last modified time | relevance | path

Searched refs:CopyTo32FVertexData (Results 1 – 6 of 6) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_format_table_autogen.cpp1328 CopyTo32FVertexData<GLshort, 4, 4, true>, true}}; in initialize()
1343 CopyTo32FVertexData<GLshort, 4, 4, false>, true}}; in initialize()
1370 CopyTo32FVertexData<GLushort, 4, 4, true>, true}}; in initialize()
1385 CopyTo32FVertexData<GLushort, 4, 4, false>, true}}; in initialize()
1438 CopyTo32FVertexData<GLshort, 3, 3, true>, true}}; in initialize()
1453 CopyTo32FVertexData<GLshort, 3, 3, false>, true}}; in initialize()
1487 CopyTo32FVertexData<GLushort, 3, 3, true>, true}}; in initialize()
1502 CopyTo32FVertexData<GLushort, 3, 3, false>, true}}; in initialize()
1541 CopyTo32FVertexData<GLshort, 2, 2, true>, true}}; in initialize()
1556 CopyTo32FVertexData<GLshort, 2, 2, false>, true}}; in initialize()
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
Dmtl_format_table_autogen.mm692 this->vertexLoadFunction = CopyTo32FVertexData<GLshort, 3, 3, false>;
707 this->vertexLoadFunction = CopyTo32FVertexData<GLshort, 3, 3, true>;
722 this->vertexLoadFunction = CopyTo32FVertexData<GLshort, 3, 3, false>;
737 this->vertexLoadFunction = CopyTo32FVertexData<GLushort, 3, 3, false>;
752 this->vertexLoadFunction = CopyTo32FVertexData<GLushort, 3, 3, true>;
767 this->vertexLoadFunction = CopyTo32FVertexData<GLushort, 3, 3, false>;
818 this->vertexLoadFunction = CopyTo32FVertexData<GLshort, 1, 1, false>;
833 this->vertexLoadFunction = CopyTo32FVertexData<GLshort, 1, 1, true>;
848 this->vertexLoadFunction = CopyTo32FVertexData<GLshort, 1, 1, false>;
863 this->vertexLoadFunction = CopyTo32FVertexData<GLushort, 1, 1, false>;
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp326 &CopyTo32FVertexData<GLushort, 1, 2, false>); in GetVertexFormatInfo_FL_9_3()
332 &CopyTo32FVertexData<GLushort, 2, 2, false>); in GetVertexFormatInfo_FL_9_3()
338 &CopyTo32FVertexData<GLushort, 3, 3, false>); in GetVertexFormatInfo_FL_9_3()
344 &CopyTo32FVertexData<GLushort, 4, 4, false>); in GetVertexFormatInfo_FL_9_3()
352 &CopyTo32FVertexData<GLushort, 1, 2, true>); in GetVertexFormatInfo_FL_9_3()
358 &CopyTo32FVertexData<GLushort, 2, 2, true>); in GetVertexFormatInfo_FL_9_3()
364 &CopyTo32FVertexData<GLushort, 3, 3, true>); in GetVertexFormatInfo_FL_9_3()
370 &CopyTo32FVertexData<GLushort, 4, 4, true>); in GetVertexFormatInfo_FL_9_3()
655 &CopyTo32FVertexData<GLint, 1, 1, true>); in GetVertexFormatInfo()
661 &CopyTo32FVertexData<GLint, 2, 2, true>); in GetVertexFormatInfo()
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Dcopyvertex.h45 void CopyTo32FVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output);
Dcopyvertex.inc.h181 inline void CopyTo32FVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output) in CopyTo32FVertexData() function
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/shaders/src/
DConvertVertex.comp65 // Copy32FixedTo32FVertexData, SintToFloat and UintToFloat correspond to CopyTo32FVertexData with
66 // normalized=false and SnormToFloat and UnormToFloat correspond to CopyTo32FVertexData with