Home
last modified time | relevance | path

Searched refs:n_total_components (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5TextureGatherOffset.cpp1424 const unsigned int n_total_components = m_n_vertices * m_n_offsets_components; in prepareVertexBuffersData() local
1431 m_offsets_buffer_data.resize(n_total_components); in prepareVertexBuffersData()
1437 for (unsigned int i = 0; i < n_total_components; ++i) in prepareVertexBuffersData()
2327 const unsigned int n_total_components = m_n_vertices * m_n_offsets_components; in prepareVertexBuffersData() local
2334 m_offsets_buffer_data.resize(n_total_components); in prepareVertexBuffersData()
2337 for (unsigned int i = 0; i < n_total_components; ++i) in prepareVertexBuffersData()
2645 const unsigned int n_total_components = m_n_vertices * m_n_offsets_components; in prepareVertexBuffersData() local
2652 m_offsets_buffer_data.resize(n_total_components); in prepareVertexBuffersData()
2655 for (unsigned int i = 0; i < n_total_components; ++i) in prepareVertexBuffersData()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.cpp7117 const glw::GLuint n_total_components = mipmap_raw_size / 1; in initTextureObject() local
7119 for (glw::GLuint i = 0; i < n_total_components; ++i) in initTextureObject()
7130 const glw::GLuint n_total_components = mipmap_raw_size / 2; in initTextureObject() local
7132 for (glw::GLuint i = 0; i < n_total_components; ++i) in initTextureObject()
7143 const glw::GLuint n_total_components = mipmap_raw_size / 4; in initTextureObject() local
7145 for (glw::GLuint i = 0; i < n_total_components; ++i) in initTextureObject()
7156 const glw::GLuint n_total_components = mipmap_raw_size / 1; in initTextureObject() local
7158 for (glw::GLuint i = 0; i < n_total_components; ++i) in initTextureObject()
7169 const glw::GLuint n_total_components = mipmap_raw_size / 2; in initTextureObject() local
7171 for (glw::GLuint i = 0; i < n_total_components; in initTextureObject()
7182 const glw::GLuint n_total_components = mipmap_raw_size / 4; initTextureObject() local
7195 const glw::GLuint n_total_components = mipmap_raw_size / 4; initTextureObject() local
7208 const glw::GLuint n_total_components = mipmap_raw_size / 8; initTextureObject() local
7223 const glw::GLuint n_total_components = mipmap_raw_size / 2; initTextureObject() local
7238 const glw::GLuint n_total_components = mipmap_raw_size / 4; initTextureObject() local
7252 const glw::GLuint n_total_components = mipmap_raw_size / 4; initTextureObject() local
[all...]
H A Dgl4cGPUShaderFP64Tests.cpp10301 const unsigned int n_total_components = Utils::getNumberOfComponentsForVariableType(variable.type); in setInputAttributeValues() local
10308 n_components = n_total_components / n_columns; in setInputAttributeValues()
10310 DE_ASSERT(n_total_components % n_columns == 0); in setInputAttributeValues()
10314 n_components = n_total_components; in setInputAttributeValues()
10545 const int n_total_components = (int)Utils::getNumberOfComponentsForVariableType(variable_type); in getArgumentListsForVariableType() local
10575 const int n_components_remaining = n_total_components - current_node_ptr->n_components_used; in getArgumentListsForVariableType()
10592 new_subnode->n_components_used = n_total_components; in getArgumentListsForVariableType()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp1672 const glw::GLuint n_total_components = n_total_faces * n_components_per_face; in verifyResultImage() local
1676 expected_values.resize(n_total_components); in verifyResultImage()

Completed in 38 milliseconds