/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.hpp | 44 class Utils class 360 typedef std::vector<Utils::QUALIFIERS> qualifierSet; 398 …static std::string getBlockVariableDefinition(const Utils::qualifierSet& qualifiers, const glw::GL… 404 …static std::string getVariableDefinition(VARIABLE_FLAVOUR flavour, const Utils::qualifierSet& qual… 407 …static VARIABLE_FLAVOUR getVariableFlavour(Utils::SHADER_STAGES stage, Utils::VARIABLE_STORAGE sto… 408 const Utils::qualifierSet& qualifiers); 410 static std::string getVariableName(Utils::SHADER_STAGES stage, Utils::VARIABLE_STORAGE storage, 415 …static void prepareBlockVariableStrings(Utils::SHADER_STAGES in_stage, Utils::VARIABLE_STORAGE in_… 416 const Utils::qualifierSet& in_qualifiers, const glw::GLchar* in_type_name, 420 …static void prepareVariableStrings(Utils::SHADER_STAGES in_stage, Utils::VARIABLE_STORAGE in_stora… [all …]
|
D | gl4cShadingLanguage420PackTests.cpp | 61 bool Utils::checkUniformBinding(Utils::program& program, const glw::GLchar* name, glw::GLint expect… in checkUniformBinding() 82 bool Utils::checkUniformArrayBinding(Utils::program& program, const glw::GLchar* name, glw::GLuint … in checkUniformArrayBinding() 106 bool Utils::doesContainQualifier(Utils::QUALIFIERS qualifier, const Utils::qualifierSet& qualifiers) in doesContainQualifier() 127 bool Utils::doesStageSupportQualifier(Utils::SHADER_STAGES stage, Utils::VARIABLE_STORAGE storage, in doesStageSupportQualifier() 128 Utils::QUALIFIERS qualifier) in doesStageSupportQualifier() 204 const GLchar* Utils::getQualifierString(Utils::QUALIFIERS qualifier) in getQualifierString() 276 std::string Utils::getQualifiersListString(const qualifierSet& qualifiers) in getQualifiersListString() 292 Utils::replaceToken(token_qual_list, position, qualifier_list, list); in getQualifiersListString() 297 Utils::replaceToken(token_qualifier, position, qualifier_str, list); in getQualifiersListString() 300 Utils::replaceToken(token_qual_list, position, "", list); in getQualifiersListString() [all …]
|
D | gl3cGPUShader5Tests.cpp | 53 Utils::programInfo::programInfo(deqp::Context& context) in programInfo() 62 Utils::programInfo::~programInfo() in ~programInfo() 98 void Utils::programInfo::build(const glw::GLchar* fragment_shader_code, const glw::GLchar* vertex_s… in build() 133 void Utils::programInfo::compile(glw::GLuint shader_id, const glw::GLchar* shader_code) const in compile() 182 void Utils::programInfo::link() const in link() 241 void Utils::programInfo::setUniform(Utils::_variable_type type, const glw::GLchar* name, const glw:… in setUniform() 261 case Utils::VARIABLE_TYPE_FLOAT: in setUniform() 264 case Utils::VARIABLE_TYPE_INT: in setUniform() 267 case Utils::VARIABLE_TYPE_IVEC2: in setUniform() 270 case Utils::VARIABLE_TYPE_IVEC3: in setUniform() [all …]
|
D | gl4cEnhancedLayoutsTests.cpp | 72 namespace Utils namespace 628 const GLuint component_size = Utils::Type::Double == m_basic_type ? 2 : 1; in GetValidComponents() 629 const GLuint n_components_per_location = Utils::Type::Double == m_basic_type ? 2 : 4; in GetValidComponents() 1076 …const std::string& name = Utils::Variable::GetReference(parent_name, desc, Utils::Variable::BASIC,… in verifyVarying() 1125 Utils::Interface* interface = variable.m_descriptor.m_interface; in checkVarying() 1150 Utils::Interface* interface = variable.m_descriptor.m_interface; in checkVarying() 1215 bool checkUniform(Program& program, const Utils::Variable& variable, std::stringstream& stream) in checkUniform() 1225 Utils::Interface* interface = variable.m_descriptor.m_interface; in checkUniform() 1245 …Utils::Variable::GetReference(interface->m_name, interface->m_members[i], Utils::Variable::BASIC, … in checkUniform() 1247 if (Utils::Variable::INTERFACE == interface->m_members[i].m_type) in checkUniform() [all …]
|
D | gl4cEnhancedLayoutsTests.hpp | 44 namespace Utils namespace 1021 glw::GLuint calculateStride(const Utils::Interface& interface) const; 1022 …void generateData(const Utils::Interface& interface, glw::GLuint offset, std::vector<glw::GLubyte>… 1024 …glw::GLint getLastInputLocation(Utils::Shader::STAGES stage, const Utils::Type& type, glw::GLuint … 1026 …glw::GLint getLastOutputLocation(Utils::Shader::STAGES stage, const Utils::Type& type, glw::GLuint… 1028 Utils::Type getType(glw::GLuint index) const; 1032 …bool isFlatRequired(Utils::Shader::STAGES stage, const Utils::Type& type, Utils::Variable::STORAGE… 1062 Utils::Buffer::BUFFERS m_target; 1073 Utils::Buffer* m_buffer; 1088 …virtual void getCapturedVaryings(glw::GLuint test_case_index, Utils::Program::NameVector& captured… [all …]
|
D | gl4cGPUShaderFP64Tests.cpp | 50 const glw::GLenum Utils::programInfo::ARB_COMPUTE_SHADER = 0x91B9; 56 Utils::programInfo::programInfo(deqp::Context& context) in programInfo() 72 Utils::programInfo::~programInfo() in ~programInfo() 136 void Utils::programInfo::build(const glw::GLchar* compute_shader_code, const glw::GLchar* fragment_… in build() 215 void Utils::programInfo::compile(glw::GLuint shader_id, const glw::GLchar* shader_code) const in compile() 264 void Utils::programInfo::link() const in link() 348 Utils::_variable_type Utils::getBaseVariableType(_variable_type type) in getBaseVariableType() 434 unsigned int Utils::getBaseVariableTypeComponentSize(_variable_type type) in getBaseVariableTypeComponentSize() 473 unsigned char Utils::getComponentAtIndex(unsigned int index) in getComponentAtIndex() 508 Utils::_variable_type Utils::getDoubleVariableType(glw::GLuint n_columns, glw::GLuint n_rows) in getDoubleVariableType() [all …]
|
D | gl4cShaderSubroutineTests.cpp | 48 Utils::buffer::buffer(deqp::Context& context) : m_id(0), m_context(context) in buffer() 55 Utils::buffer::~buffer() in ~buffer() 73 void Utils::buffer::bindRange(glw::GLenum target, glw::GLuint index, glw::GLintptr offset, glw::GLs… in bindRange() 84 void Utils::buffer::generate() in generate() 99 void Utils::buffer::update(glw::GLenum target, glw::GLsizeiptr size, glw::GLvoid* data, glw::GLenum… in update() 114 Utils::framebuffer::framebuffer(deqp::Context& context) : m_id(0), m_context(context) in framebuffer() 122 Utils::framebuffer::~framebuffer() in ~framebuffer() 140 void Utils::framebuffer::attachTexture(glw::GLenum attachment, glw::GLuint texture_id, glw::GLuint … in attachTexture() 161 void Utils::framebuffer::bind() in bind() 173 void Utils::framebuffer::clear(glw::GLenum mask) in clear() [all …]
|
D | gl4cShaderSubroutineTests.hpp | 41 class Utils class 357 Utils::_variable_type variable_type; 367 …std::string getVertexShaderBody(const Utils::_variable_type& variable_type, unsigned int array_siz… 371 bool verifyXFBData(const void* xfb_data, const Utils::_variable_type& variable_type); 464 const glw::GLchar** uniform_names, const Utils::vec4<glw::GLfloat> data[5], 493 …const Utils::vec4<glw::GLfloat> input_data[3], const Utils::vec4<glw::GLfloat>& first_routine_resu… 494 const Utils::vec4<glw::GLfloat>& second_routine_result, 495 const Utils::vec4<glw::GLfloat>& third_routine_result, 496 const Utils::vec4<glw::GLuint>& fourth_routine_result, 497 const Utils::vec4<glw::GLfloat>& first_routine_expected_result, [all …]
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | javascriptProjectEmit.ts | 7 "/src/common/nominal.js": Utils.dedent` 14 "/src/common/tsconfig.json": Utils.dedent` 22 "/src/sub-project/index.js": Utils.dedent` 29 "/src/sub-project/tsconfig.json": Utils.dedent` 40 "/src/sub-project-2/index.js": Utils.dedent` 54 "/src/sub-project-2/tsconfig.json": Utils.dedent` 65 "/src/tsconfig.json": Utils.dedent` 76 "/src/tsconfig.base.json": Utils.dedent` 96 "/src/common/nominal.js": Utils.dedent` 102 "/src/common/tsconfig.json": Utils.dedent` [all …]
|
D | moduleSpecifiers.ts | 8 "/src/solution/common/nominal.ts": Utils.dedent` 13 "/src/solution/common/tsconfig.json": Utils.dedent` 21 "/src/solution/sub-project/index.ts": Utils.dedent` 26 "/src/solution/sub-project/tsconfig.json": Utils.dedent` 37 "/src/solution/sub-project-2/index.ts": Utils.dedent` 48 "/src/solution/sub-project-2/tsconfig.json": Utils.dedent` 59 "/src/solution/tsconfig.json": Utils.dedent` 70 "/src/tsconfig.base.json": Utils.dedent` 78 "/src/tsconfig.json": Utils.dedent`{
|
/third_party/typescript/tests/baselines/reference/ |
D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.js | 10 export module Utils { 23 export module Utils { 36 var o = A.Utils.mirror(o); 39 var p: A.Utils.Plane; 40 var p = new A.Utils.Plane(o, { x: 1, y: 1 }); 47 var Utils; 48 (function (Utils) { argument 52 Utils.mirror = mirror; 53 })(Utils = A.Utils || (A.Utils = {})); 61 var Utils; [all …]
|
D | TwoInternalModulesWithTheSameNameAndSameCommonRoot.js | 10 export module Utils { 21 export module Utils { 34 var o = A.Utils.mirror(o); 37 var p: A.Utils.Plane; 38 var p = new A.Utils.Plane(o, { x: 1, y: 1 }); 45 var Utils; 46 (function (Utils) { argument 50 Utils.mirror = mirror; 51 })(Utils = A.Utils || (A.Utils = {})); 57 var Utils; [all …]
|
D | TwoInternalModulesWithTheSameNameAndSameCommonRoot.types | 13 export module Utils { 14 >Utils : typeof Utils 46 export module Utils { 47 >Utils : typeof Utils 77 var o = A.Utils.mirror(o); 79 >A.Utils.mirror(o) : { x: number; y: number; } 80 >A.Utils.mirror : <T extends A.Point>(p: T) => { x: number; y: number; } 81 >A.Utils : typeof A.Utils 83 >Utils : typeof A.Utils 94 var p: A.Utils.Plane; [all …]
|
D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.types | 13 export module Utils { 14 >Utils : typeof Utils 50 export module Utils { 51 >Utils : typeof Utils 81 var o = A.Utils.mirror(o); 83 >A.Utils.mirror(o) : { x: number; y: number; } 84 >A.Utils.mirror : <T extends A.Point>(p: T) => { x: number; y: number; } 85 >A.Utils : typeof A.Utils 87 >Utils : typeof A.Utils 98 var p: A.Utils.Plane; [all …]
|
D | TwoInternalModulesWithTheSameNameAndDifferentCommonRoot.js | 11 export module Utils { 25 export module Utils { 38 var Utils; 39 (function (Utils) { argument 43 Utils.mirror = mirror; 44 })(Utils = A.Utils || (A.Utils = {})); 54 var Utils; 55 (function (Utils) { argument 63 Utils.Plane = Plane; 64 })(Utils = A.Utils || (A.Utils = {}));
|
D | clodulesDerivedClasses.js | 6 module Shape.Utils { 15 module Path.Utils { 47 var Utils; 48 (function (Utils) { argument 50 Utils.convert = convert; 51 })(Utils = Shape.Utils || (Shape.Utils = {})); 61 var Utils; 62 (function (Utils) { argument 66 Utils.convert2 = convert2; 67 })(Utils = Path.Utils || (Path.Utils = {}));
|
D | TwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.js | 10 export module Utils { 24 export module Utils { 38 var Utils; 39 (function (Utils) { argument 43 Utils.mirror = mirror; 44 })(Utils = A.Utils || (A.Utils = {})); 55 var Utils; 56 (function (Utils) { argument 64 Utils.Plane = Plane; 65 })(Utils = A.Utils || (A.Utils = {}));
|
D | genericFunctionsWithOptionalParameters1.symbols | 2 interface Utils { 3 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 0)) 6 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17)) 23 var utils: Utils; 25 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 0)) 28 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17)) 30 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17)) 33 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17)) 35 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17)) 38 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters1.ts, 0, 17)) [all …]
|
D | genericFunctionsWithOptionalParameters2.symbols | 2 interface Utils { 3 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 0)) 6 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17)) 23 var utils: Utils; 25 >Utils : Symbol(Utils, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 0)) 28 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17)) 30 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17)) 33 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17)) 35 >fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17)) 38 >utils.fold : Symbol(Utils.fold, Decl(genericFunctionsWithOptionalParameters2.ts, 0, 17)) [all …]
|
D | TwoInternalModulesWithTheSameNameAndSameCommonRoot.symbols | 15 export module Utils { 16 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46)) 48 export module Utils { 49 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46)) 82 var o = A.Utils.mirror(o); 84 >A.Utils.mirror : Symbol(A.Utils.mirror, Decl(part1.ts, 6, 25)) 85 >A.Utils : Symbol(A.Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46)) 87 >Utils : Symbol(A.Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46)) 88 >mirror : Symbol(A.Utils.mirror, Decl(part1.ts, 6, 25)) 100 var p: A.Utils.Plane; [all …]
|
D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.symbols | 15 export module Utils { 16 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31)) 51 export module Utils { 52 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31)) 85 var o = A.Utils.mirror(o); 87 >A.Utils.mirror : Symbol(A.Utils.mirror, Decl(part1.ts, 6, 25)) 88 >A.Utils : Symbol(A.Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31)) 90 >Utils : Symbol(A.Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31)) 91 >mirror : Symbol(A.Utils.mirror, Decl(part1.ts, 6, 25)) 103 var p: A.Utils.Plane; [all …]
|
D | clodulesDerivedClasses.errors.txt | 2 Types of property 'Utils' are incompatible. 3 …Property 'convert' is missing in type 'typeof Path.Utils' but required in type 'typeof Shape.Utils… 11 module Shape.Utils { 18 !!! error TS2417: Types of property 'Utils' are incompatible. 19 … Property 'convert' is missing in type 'typeof Path.Utils' but required in type 'typeof Shape.Uti… 25 module Path.Utils {
|
D | nonInstantiatedModule.js | 37 export module Utils { 43 export class Utils { 76 var Utils = /** @class */ (function () { class 77 function Utils() { class in anonymousFunction72573ad10700.Utils 79 return Utils; 81 M3.Utils = Utils;
|
/third_party/typescript/src/linter/ |
D | TypeScriptLinter.ts | 191 const startPos = Utils.getStartPos(node); 192 const endPos = Utils.getEndPos(node); 205 let severity = Utils.ProblemSeverity.ERROR; 207 severity = Utils.ProblemSeverity.WARNING; 310 if (!!symbol && Utils.symbolHasDuplicateName(symbol, tsDeclKind ?? tsDeclNode.kind)) { 390 const baseExprSym = Utils.trueSymbolAtLocation(curPropAccess.expression); 391 if (Utils.isLibrarySymbol(baseExprSym)) { 398 if (Utils.isAnyType(type)) { 403 if (Utils.isPrototypeSymbol(propAccessSym)) return true; 406 if (Utils.isTypeSymbol(baseExprSym) || Utils.isFunctionSymbol(baseExprSym)) { [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcViewportArrayTests.hpp | 46 class Utils class 320 …void depthRangeArrayHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& tes… 324 …void depthRangeIndexedHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& t… 328 …void getDepthHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, bool& test_resul… 369 …void depthRangeInitialValuesHelper(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, b… 495 …void getDepthRanges(Utils::DepthFuncWrapper& depthFunc, glw::GLint max_viewports, std::vector<T>& … 590 …virtual bool checkResults(Utils::texture& texture_0, Utils::texture& texture_1, glw::GLuint draw_c… 601 virtual void prepareTextures(Utils::texture& texture_0, Utils::texture& texture_1); 603 virtual void prepareUniforms(Utils::program& program, glw::GLuint draw_call_index); 605 virtual void setupFramebuffer(Utils::framebuffer& framebuffer, Utils::texture& texture_0, [all …]
|