Home
last modified time | relevance | path

Searched refs:n_stages (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/tools/
H A 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/vk-gl-cts/external/openglcts/modules/gl/
H A 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()
6618 unsigned int n_stages = 0; in initUniformValues() local
6623 n_stages = n_cs_stages; in initUniformValues()
6628 n_stages = n_noncs_stages; in initUniformValues()
6641 for (unsigned int n_stage = 0; n_stage < n_stages; ++n_stage) in initUniformValues()
6753 unsigned int n_stages = 0; in verifyProgramInterfaceQuerySupport() local
6759 n_stages = n_cs_stages; in verifyProgramInterfaceQuerySupport()
6765 n_stages = n_noncs_stages; in verifyProgramInterfaceQuerySupport()
6785 for (unsigned int n_stage = 0; n_stage < n_stages; in verifyProgramInterfaceQuerySupport()
6945 unsigned int n_stages = 0; verifyUniformValues() local
[all...]
H A 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()
H A 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()
H A 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/
H A Dwmavoice.c855 * @param values quantized values, contains n_stages values
857 * @param n_stages number of dequantization runs
865 int n_stages, const uint8_t *table, in dequant_lsps()
872 for (n = 0; n < n_stages; n++) { in dequant_lsps()
862 dequant_lsps(double *lsps, int num, const uint16_t *values, const uint16_t *sizes, int n_stages, const uint8_t *table, const double *mul_q, const double *base_q) dequant_lsps() argument

Completed in 73 milliseconds