Home
last modified time | relevance | path

Searched refs:m_swizzle_matrix (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp7225 m_swizzle_matrix[0][0] = SWIZZLE_TYPE_NONE; in GPUShaderFP64Test5()
7226 m_swizzle_matrix[0][1] = SWIZZLE_TYPE_Y; in GPUShaderFP64Test5()
7227 m_swizzle_matrix[0][2] = SWIZZLE_TYPE_Z; in GPUShaderFP64Test5()
7228 m_swizzle_matrix[0][3] = SWIZZLE_TYPE_W; in GPUShaderFP64Test5()
7229 m_swizzle_matrix[1][0] = SWIZZLE_TYPE_NONE; in GPUShaderFP64Test5()
7230 m_swizzle_matrix[1][1] = SWIZZLE_TYPE_YX; in GPUShaderFP64Test5()
7231 m_swizzle_matrix[1][2] = SWIZZLE_TYPE_ZY; in GPUShaderFP64Test5()
7232 m_swizzle_matrix[1][3] = SWIZZLE_TYPE_WX; in GPUShaderFP64Test5()
7233 m_swizzle_matrix[2][0] = SWIZZLE_TYPE_NONE; in GPUShaderFP64Test5()
7234 m_swizzle_matrix[2][1] = SWIZZLE_TYPE_YXX; in GPUShaderFP64Test5()
[all …]
Dgl4cGPUShaderFP64Tests.hpp1083 …_swizzle_type m_swizzle_matrix[4 /* max number of dst components */][4 /* max number of src compon… member in gl4cts::GPUShaderFP64Test5