Home
last modified time | relevance | path

Searched refs:n_stages (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Daubinator_viewer_urb.h24 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()
/third_party/gstreamer/gstplugins_good/tests/examples/gtk/
Dglliveshader.c93 gint n_stages; member
129 for (i = 0; i < state->n_stages; i++) { in _find_source_for_shader_type()
268 state->n_stages++; in _new_source_view()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp5972 const unsigned int n_stages = sizeof(stages) / sizeof(stages[0]); in generateUniformValues() local
5974 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in generateUniformValues()
6612 unsigned int n_stages = 0; in initUniformValues() local
6617 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() local
6753 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 …]
Dgl3cCullDistanceTests.cpp649 const glw::GLuint n_stages = sizeof(stages) / sizeof(stages[0]); in iterate() local
652 for (glw::GLuint n_stage = 0; n_stage < n_stages; ++n_stage) in iterate()
Dgl4cEnhancedLayoutsTests.cpp20415 static const GLuint n_stages = 4; in test() local
20422 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()
Dgl4cShaderSubroutineTests.cpp8782 const unsigned int n_stages = sizeof(stages) / sizeof(stages[0]); in verifySubroutineUniformValues() local
8787 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in verifySubroutineUniformValues()
/third_party/ffmpeg/libavcodec/
Dwmavoice.c864 int n_stages, const uint8_t *table, in dequant_lsps() argument
871 for (n = 0; n < n_stages; n++) { in dequant_lsps()