/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | formatutils11.cpp | 341 &CopyNativeVertexData<GLubyte, 1, 4, 1>); in GetVertexFormatInfo_FL_9_3() 347 &CopyNativeVertexData<GLubyte, 2, 4, 1>); in GetVertexFormatInfo_FL_9_3() 358 &CopyNativeVertexData<GLubyte, 1, 4, UINT8_MAX>); in GetVertexFormatInfo_FL_9_3() 364 &CopyNativeVertexData<GLubyte, 2, 4, UINT8_MAX>); in GetVertexFormatInfo_FL_9_3() 373 &CopyNativeVertexData<GLshort, 1, 2, 0>); in GetVertexFormatInfo_FL_9_3() 382 &CopyNativeVertexData<GLshort, 1, 2, 0>); in GetVertexFormatInfo_FL_9_3() 458 &CopyNativeVertexData<GLfloat, 1, 2, 0>); in GetVertexFormatInfo_FL_9_3() 489 &CopyNativeVertexData<GLbyte, 1, 1, 0>); in GetVertexFormatInfo() 495 &CopyNativeVertexData<GLbyte, 2, 2, 0>); in GetVertexFormatInfo() 501 &CopyNativeVertexData<GLbyte, 3, 4, 1>); in GetVertexFormatInfo() [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_table_autogen.cpp | 39 mVertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize() 595 mVertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>; in initialize() 605 mVertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize() 615 mVertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize() 625 mVertexLoadFunction = CopyNativeVertexData<GLushort, 1, 1, 0>; in initialize() 643 mVertexLoadFunction = CopyNativeVertexData<GLubyte, 4, 4, 0>; in initialize() 653 mVertexLoadFunction = CopyNativeVertexData<GLubyte, 4, 4, 0>; in initialize() 872 mVertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>; in initialize() 882 mVertexLoadFunction = CopyNativeVertexData<GLfloat, 1, 1, 0>; in initialize() 896 mVertexLoadFunction = CopyNativeVertexData<GLfloat, 3, 3, 0>; in initialize() [all …]
|
/external/angle/src/libANGLE/renderer/wgpu/ |
D | wgpu_format_table_autogen.cpp | 838 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize() 848 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize() 858 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize() 868 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize() 878 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize() 888 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize() 898 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize() 908 mVertexLoadFunction = CopyNativeVertexData<GLbyte, 4, 4, 0>; in initialize() 1168 mVertexLoadFunction = CopyNativeVertexData<GLhalf, 4, 4, 0>; in initialize() 1178 mVertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>; in initialize() [all …]
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_format_table_autogen.mm | 2844 this->vertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>; 2851 this->vertexLoadFunction = CopyNativeVertexData<GLuint, 1, 1, 0>; 2858 this->vertexLoadFunction = CopyNativeVertexData<GLhalf, 4, 4, 0>; 2865 this->vertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>; 2872 this->vertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>; 2879 this->vertexLoadFunction = CopyNativeVertexData<GLshort, 4, 4, 0>; 2886 this->vertexLoadFunction = CopyNativeVertexData<GLushort, 4, 4, 0>; 2893 this->vertexLoadFunction = CopyNativeVertexData<GLushort, 4, 4, 0>; 2900 this->vertexLoadFunction = CopyNativeVertexData<GLushort, 4, 4, 0>; 2909 this->vertexLoadFunction = CopyNativeVertexData<GLhalf, 3, 4, gl::Float16One>; [all …]
|
/external/angle/src/libANGLE/renderer/ |
D | copyvertex.h | 27 void CopyNativeVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output);
|
D | copyvertex.inc.h | 59 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/ |
D | ConvertVertex.comp | 53 // - SintToSint, UintToUint and FloatToFloat correspond to CopyNativeVertexData() and
|