Searched refs:n_stages (Results 1 – 7 of 7) sorted by relevance
24 int n_stages, in DrawAllocation()29 ImVec2 graph_size(ImGui::CalcItemWidth(), 2 * n_stages * label_size.y); in DrawAllocation()43 for (int s = 0; s < n_stages; s++) { in DrawAllocation()65 ImGui::ColorConvertHSVtoRGB((2 * s) * 1.0f / (2 * n_stages), in DrawAllocation()78 ImGui::ColorConvertHSVtoRGB((2 * s + 1) * 1.0f / (2 * n_stages), in DrawAllocation()
93 gint n_stages; member129 for (i = 0; i < state->n_stages; i++) { in _find_source_for_shader_type()268 state->n_stages++; in _new_source_view()
5972 const unsigned int n_stages = sizeof(stages) / sizeof(stages[0]); in generateUniformValues() local5974 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in generateUniformValues()6612 unsigned int n_stages = 0; in initUniformValues() local6617 n_stages = n_cs_stages; in initUniformValues()6622 n_stages = n_noncs_stages; in initUniformValues()6635 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in initUniformValues()6747 unsigned int n_stages = 0; in verifyProgramInterfaceQuerySupport() local6753 n_stages = n_cs_stages; in verifyProgramInterfaceQuerySupport()6759 n_stages = n_noncs_stages; in verifyProgramInterfaceQuerySupport()6779 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in verifyProgramInterfaceQuerySupport()[all …]
649 const glw::GLuint n_stages = sizeof(stages) / sizeof(stages[0]); in iterate() local652 for (glw::GLuint n_stage = 0; n_stage < n_stages; ++n_stage) in iterate()
20415 static const GLuint n_stages = 4; in test() local20422 out_descriptors.resize(n_stages * 2 + 1); in test()20425 for (GLuint i = 0; i < n_stages; ++i) in test()20429 bufferDescriptor& xfb = out_descriptors[i + n_stages]; in test()20463 bufferDescriptor& uniform = out_descriptors[n_stages * 2]; in test()20466 uniform.m_index = n_stages; in test()
8782 const unsigned int n_stages = sizeof(stages) / sizeof(stages[0]); in verifySubroutineUniformValues() local8787 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in verifySubroutineUniformValues()
864 int n_stages, const uint8_t *table, in dequant_lsps() argument871 for (n = 0; n < n_stages; n++) { in dequant_lsps()