Home
last modified time | relevance | path

Searched refs:out_source (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp1614 …aderSource(Utils::SHADER_STAGES in_stage, bool in_use_version_400, Utils::shaderSource& out_source) in initShaderSource() argument
1622 out_source.m_parts.resize(n_parts); in initShaderSource()
1623 out_source.m_use_lengths = use_lengths; in initShaderSource()
1626 prepareShaderSource(in_stage, in_use_version_400, out_source); in initShaderSource()
1633 out_source.m_parts[i].m_length = static_cast<glw::GLint>(out_source.m_parts[i].m_code.length()); in initShaderSource()
1635out_source.m_parts[i].m_code.append("This should be ignored by compiler, as source length is provi… in initShaderSource()
1642 out_source.m_parts[i].m_length = 0; in initShaderSource()
2596 Utils::shaderSource& out_source) in prepareShaderSource() argument
2600 prepareComputShaderSource(out_source); in prepareShaderSource()
2604 prepareShaderSourceForDraw(in_stage, in_use_version_400, out_source); in prepareShaderSource()
[all …]
Dgl4cShadingLanguage420PackTests.hpp465 Utils::shaderSource& out_source) = 0;
474 …derSource(Utils::SHADER_STAGES in_stage, bool in_use_version_400, Utils::shaderSource& out_source);
507 Utils::shaderSource& out_source) = 0;
528 Utils::shaderSource& out_source) = 0;
575 Utils::shaderSource& out_source) = 0;
699 Utils::shaderSource& out_source);
805 Utils::shaderSource& out_source);
858 Utils::shaderSource& out_source);
909 Utils::shaderSource& out_source);
954 Utils::shaderSource& out_source);
[all …]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Denums2names.py289 if pkk_cfg.out_source:
290 with open(pkk_cfg.out_source, "w", encoding="UTF-8") as fh: