Searched refs:m_array_size (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/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
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_export.cpp | 158 m_array_size(array_size - 1), in ScratchIOInstr() 209 m_array_size == lhs.m_array_size && in is_equal_to() 235 os << "@" << *m_address << "[" << m_array_size + 1<<"]"; in do_print() 331 m_array_size == oth.m_array_size && in is_equal_to() 344 if (m_array_size != 0xfff) in do_print() 345 os << "+" << m_array_size; in do_print()
|
D | sfn_instr_export.h | 110 int array_size() const { return m_array_size;} in array_size() 124 int m_array_size{0}; 136 int array_size() const { return m_array_size;} in array_size() 152 int m_array_size{0xfff};
|
D | sfn_instr_fetch.h | 92 uint32_t array_size() const {return m_array_size;} in array_size() 107 void set_array_size(int arrs) {m_array_size = arrs;} in set_array_size() 151 uint32_t m_array_size; variable
|
D | sfn_instr_fetch.cpp | 61 m_array_size(0), in FetchInstr() 133 m_array_size == rhs.m_array_size && in is_equal_to() 248 if (m_array_size) in do_print() 249 os << " SIZE:" << m_array_size + 1; in do_print()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 27756 for (GLuint i = 0; i < std::max(test_case.m_array_size, 1u); i++) in test() 27773 for (GLuint i = 0; i < std::max(test_case.m_array_size, 1u); i++) in test() 27927 if (0 == test_case.m_array_size) in test() 27934 sprintf(buffer, "[%d]", test_case.m_array_size); in test() 28142 if (type.m_array_size > 0) in test() 28158 for (GLuint i = 0; i < std::max(type.m_array_size, 1u); i++) in test() 28163 if (type.m_array_size > 0) in test() 28195 for (GLuint i = 0; i < std::max(type.m_array_size, 1u); i++) in test() 28384 if (type.m_array_size > 0) in test() 28386 stream << "[" << type.m_array_size << "]"; in test() [all …]
|
D | gl4cEnhancedLayoutsTests.hpp | 4825 glw::GLuint m_array_size; member 4887 glw::GLuint m_array_size; member
|