Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_fs_out_to_vector.cpp61 NirLowerIOToVector(int base_slot);
125 NirLowerIOToVector::NirLowerIOToVector(int base_slot): in NirLowerIOToVector() argument
127 m_base_slot(base_slot) in NirLowerIOToVector()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp6842 …const GLuint base_slot = variable.m_descriptor.m_expected_location + variable.m_descriptor.m_offse… in test() local
6848 const GLuint slot = base_slot + loc; in test()
6873 …const GLuint base_slot = variable.m_descriptor.m_expected_location + variable.m_descriptor.m_off… in test() local
6878 const GLuint slot = base_slot + loc; in test()
6886 variable.GetStride(), (GLvoid*)(intptr_t)(slot_offsets[base_slot] + variable_offset)); in test()
6896 const GLuint n_rows = slot_sizes[base_slot] / n_component_size; in test()
6903 (GLvoid*)(intptr_t)(slot_offsets[base_slot] + variable_offset)); in test()