Searched refs:m_array_size (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5ImagesArrayIndexing.cpp | 40 const glw::GLuint GPUShader5ImagesArrayIndexing::m_array_size = 4; member in glcts::GPUShader5ImagesArrayIndexing 120 m_to_ids = new glw::GLuint[m_array_size]; in initTest() 121 memset(m_to_ids, 0, m_array_size * sizeof(glw::GLuint)); in initTest() 122 gl.genTextures(m_array_size, m_to_ids); in initTest() 127 m_data_buffer = new glw::GLuint[dataSize * m_array_size]; in initTest() 129 for (glw::GLuint array_index = 0; array_index < m_array_size; ++array_index) in initTest() 138 for (glw::GLuint index = 0; index < m_array_size; index++) in initTest() 176 for (glw::GLuint index = 0; index < m_array_size; index++) in iterate() 206 for (unsigned int i = 0; i < m_array_size; ++i) in iterate() 292 gl.deleteTextures(m_array_size, m_to_ids); in deinit()
|
D | esextcGPUShader5ImagesArrayIndexing.hpp | 113 static const glw::GLuint m_array_size; member in glcts::GPUShader5ImagesArrayIndexing
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_export.cpp | 110 m_array_size(0) in WriteScratchInstruction() 122 m_array_size(array_size - 1) in WriteScratchInstruction() 202 m_array_size(0xfff), in StreamOutIntruction() 230 m_array_size == oth.m_array_size && in is_equal_to() 243 if (m_array_size != 0xfff) in do_print() 244 os << "+" << m_array_size; in do_print()
|
D | sfn_instruction_fetch.cpp | 57 m_array_size(0), in FetchInstruction() 117 m_array_size(array_size), in FetchInstruction() 150 m_array_size(0), in FetchInstruction() 186 m_array_size(0), in FetchInstruction() 213 m_array_size(0), in FetchInstruction() 222 m_array_size = 0; 227 m_array_size = scratch_size - 1;
|
D | sfn_instruction_export.h | 88 int array_size() const { return m_array_size;} in array_size() 103 int m_array_size; variable 115 int array_size() const { return m_array_size;} in array_size() 126 int m_array_size; variable
|
D | sfn_instruction_fetch.h | 110 int array_size() const {return m_array_size; } in array_size() 160 int m_array_size; variable
|