Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp277 &CopyNativeVertexData<GLubyte, 1, 4, 1>); in GetVertexFormatInfo_FL_9_3()
283 &CopyNativeVertexData<GLubyte, 2, 4, 1>); in GetVertexFormatInfo_FL_9_3()
294 &CopyNativeVertexData<GLubyte, 1, 4, UINT8_MAX>); in GetVertexFormatInfo_FL_9_3()
300 &CopyNativeVertexData<GLubyte, 2, 4, UINT8_MAX>); in GetVertexFormatInfo_FL_9_3()
309 &CopyNativeVertexData<GLshort, 1, 2, 0>); in GetVertexFormatInfo_FL_9_3()
318 &CopyNativeVertexData<GLshort, 1, 2, 0>); in GetVertexFormatInfo_FL_9_3()
394 &CopyNativeVertexData<GLfloat, 1, 2, 0>); in GetVertexFormatInfo_FL_9_3()
425 &CopyNativeVertexData<GLbyte, 1, 1, 0>); in GetVertexFormatInfo()
431 &CopyNativeVertexData<GLbyte, 2, 2, 0>); in GetVertexFormatInfo()
437 &CopyNativeVertexData<GLbyte, 3, 4, 1>); in GetVertexFormatInfo()
[all …]
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_table_autogen.cpp41 vertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize()
485 vertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>; in initialize()
495 vertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize()
505 vertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize()
515 vertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize()
533 vertexLoadFunction = CopyNativeVertexData<GLubyte, 4, 4, 0>; in initialize()
543 vertexLoadFunction = CopyNativeVertexData<GLubyte, 4, 4, 0>; in initialize()
753 vertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>; in initialize()
763 vertexLoadFunction = CopyNativeVertexData<GLfloat, 1, 1, 0>; in initialize()
778 vertexLoadFunction = CopyNativeVertexData<GLfloat, 3, 3, 0>; in initialize()
[all …]
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_table_autogen.mm2657 this->vertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>;
2665 this->vertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>;
2673 this->vertexLoadFunction = CopyNativeVertexData<GLhalf, 4, 4, 0>;
2681 this->vertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>;
2689 this->vertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>;
2697 this->vertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>;
2705 this->vertexLoadFunction = CopyNativeVertexData<GLushort, 4, 4, 0>;
2713 this->vertexLoadFunction = CopyNativeVertexData<GLushort, 4, 4, 0>;
2721 this->vertexLoadFunction = CopyNativeVertexData<GLushort, 4, 4, 0>;
2731 this->vertexLoadFunction = CopyNativeVertexData<GLhalf, 3, 4, gl::Float16One>;
[all …]
/external/angle/src/libANGLE/renderer/
Dcopyvertex.h27 void CopyNativeVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output);
Dcopyvertex.inc.h16 inline void CopyNativeVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output) in CopyNativeVertexData() function
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/
DConvertVertex.comp53 // - SintToSint, UintToUint and FloatToFloat correspond to CopyNativeVertexData() and