/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | command_printer_test.py | 32 def get_printer(self, hex_data: str, timestamp_ms=0): argument 40 def test_raises_if_not_all_bytes_decoded(self): argument 47 def test_decode_int(self): argument 54 def test_decode_optional_int(self): argument 61 def test_decode_missing_int(self): argument 68 def test_decode_optional_repeated_int(self): argument 74 def test_decode_float(self): argument 80 def test_decode_repeated_float(self): argument 86 def test_decode_null_terminated_string(self): argument 92 def test_decode_fixed_size_string(self): argument [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | vkconventions.py | 49 def null(self): argument 53 def formatExtension(self, name): argument 58 def struct_macro(self): argument 67 def constFlagBits(self): argument 72 def structtype_member_name(self): argument 77 def nextpointer_member_name(self): argument 82 def valid_pointer_prefix(self): argument 86 def is_structure_type_member(self, paramtype, paramname): argument 90 def is_nextpointer_member(self, paramtype, paramname): argument 94 def generate_structure_type_from_name(self, structname): argument [all …]
|
D | reg.py | 201 def __init__(self, elem): argument 212 def resetState(self): argument 218 def compareKeys(self, info, key, required = False): argument 228 def compareElem(self, info, infoName): argument 264 def __init__(self, elem): argument 269 def getMembers(self): argument 273 def resetState(self): argument 283 def __init__(self, elem): argument 290 def __init__(self, elem): argument 302 def __init__(self, elem): argument [all …]
|
D | validitygenerator.py | 21 def __init__(self, msg=None): argument 78 def __init__(self, *args, **kwargs): argument 87 def null(self): argument 95 def structtype_member_name(self): argument 103 def nextpointer_member_name(self): argument 110 def makeProseList(self, elements, fmt=plf.AND, argument 131 def makeProseListIs(self, elements, fmt=plf.AND, argument 152 def makeValidityCollection(self, entity_name): argument 156 def beginFile(self, genOpts): argument 167 def endFile(self): argument [all …]
|
D | syncgenerator.py | 31 def __init__(self, *args, **kwargs): argument 55 def endFile(self): argument 62 def writeBlock(self, basename, contents): argument 83 def genSyncStage(self, stageinfo): argument 99 def genSyncAccess(self, accessinfo): argument 115 def genSyncPipeline(self, pipelineinfo): argument 119 def isSameConditionPipeline(self, condition, stage): argument 126 def isSameConditionPipelineAccess(self, stage, flag): argument 133 def writePipelineIfdef(self, stage, list): argument 138 def writePipelineEndif(self, stage, list): argument [all …]
|
D | generator.py | 117 def __init__(self, msg=None): argument 127 def __init__(self, msg=None): argument 137 def __init__(self, msg=None): argument 150 def __init__(self, argument 307 def emptyRegex(self, pat): argument 334 def breakName(self, name, msg): argument 345 def __init__(self, errFile=sys.stderr, warnFile=sys.stderr, diagFile=sys.stdout): argument 382 def logMsg(self, level, *args): argument 408 def enumToValue(self, elem, needsNum, bitwidth = 32, argument 507 def checkDuplicateEnums(self, enums): argument [all …]
|
D | doctransformer.py | 87 def __init__(self): argument 121 def incrLineNumber(self): argument 124 def isOpenBlockDelimiter(self, line): argument 131 def resetPara(self): argument 137 def endBlock(self, line, transform, vuBlock): argument 169 def addLine(self, line, indent): argument 187 def __init__(self, state): argument 220 def __init__(self, argument 236 def printLines(self, lines): argument 245 def emitPara(self): argument [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | conventions.py | 58 def connective(self): argument 63 def quantifier(self, n): argument 79 def __init__(self): argument 83 def formatExtension(self, name): argument 89 def null(self): argument 93 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs): argument 111 def struct_macro(self): argument 119 def external_macro(self): argument 128 def structtype_member_name(self): argument 137 def nextpointer_member_name(self): argument [all …]
|
D | entity_db.py | 35 def makeRegistry(self): argument 43 def getNamePrefix(self): argument 51 def getPlatformRequires(self): argument 68 def getSystemTypes(self): argument 77 def getGeneratedDirs(self): argument 91 def populateMacros(self): argument 103 def populateEntities(self): argument 107 def getEntitiesWithoutValidity(self): argument 112 def getExclusionSet(self): argument 121 def handleType(self, name, info, requires): argument [all …]
|
D | macro_checker.py | 20 def __init__(self, enabled_messages, entity_db, argument 65 def haveLinkTarget(self, entity): argument 76 def hasFixes(self): argument 83 def addLinkToEntity(self, entity, context): argument 89 def seenRefPage(self, entity): argument 93 def addRefPage(self, entity): argument 97 def findMacroAndEntity(self, macro, entity): argument 104 def findEntity(self, entity): argument 111 def findEntityCaseInsensitive(self, entity): argument 118 def getMemberNames(self, commandOrStruct): argument [all …]
|
D | file_process.py | 16 def __init__(self): argument 24 def filename(self): argument 29 def relative_filename(self): argument 34 def line(self): argument 39 def line_number(self): argument 44 def line_rstripped(self): argument 51 def trailing_whitespace(self): argument 57 def next_line(self): argument 62 def next_line_rstripped(self): argument 68 def get_preceding_line(self, relative_index=-1): argument [all …]
|
D | validity.py | 35 def __init__(self, entity_name=None, conventions=None, strict=True, verbose=False): argument 42 def possiblyAddExtensionRequirement(self, extension_name, entity_preface): argument 54 def addValidityEntry(self, msg, anchor=None): argument 76 def addText(self, msg): argument 87 def _extend(self, lines): argument 94 def __iadd__(self, other): argument 133 def __bool__(self): argument 139 def text(self): argument 145 def __str__(self): argument 151 def __repr__(self): argument [all …]
|
D | base_printer.py | 36 def __init__(self): argument 40 def close(self): argument 49 def output(self, obj): argument 65 def outputResults(self, checker, broken_links=True, argument 77 def outputBrokenLinks(self, checker, broken): argument 89 def outputMissingIncludes(self, checker, missing): argument 100 def outputChecker(self, checker): argument 108 def outputCheckerFile(self, fileChecker): argument 116 def outputBrokenAndMissing(self, checker, broken_links=True, argument 133 def outputMessage(self, msg): argument [all …]
|
D | data_structures.py | 17 def __init__(self, d=None): argument 23 def __getitem__(self, k): argument 26 def __contains__(self, k): argument 29 def get(self, k, default=None): argument 32 def get_dict(self): argument 35 def items(self): argument 39 def keys(self): argument 43 def values(self): argument 47 def add_key(self, k): argument 52 def add(self, k, v): argument
|
D | consistency_tools.py | 29 def __init__(self, entity_db, conventions: ConventionsBase, manual_types_to_codes=None, argument 120 def is_api_type(self, member_elem): argument 128 def is_input(self, member_elem): argument 151 def strip_extension_tag(self, name): argument 165 def add_extra_codes(self, types_to_codes): argument 174 def should_skip_checking_codes(self, name): argument 182 def get_codes_for_command_and_type(self, cmd_name, type_name): argument 193 def get_required_codes_for_command(self, cmd_name): argument 199 def get_forbidden_codes_for_command(self, cmd_name): argument 205 def check(self): argument [all …]
|
D | html_printer.py | 43 def __init__(self, filename): argument 77 def close(self): argument 112 def outputResults(self, checker, broken_links=True, argument 130 def outputChecker(self, checker): argument 142 def outputCheckerFile(self, fileChecker): argument 192 def outputMessage(self, msg): argument 259 def outputBrokenLinks(self, checker, broken): argument 301 def outputMissingIncludes(self, checker, missing): argument 328 def outputFileExcerpt(self, filename): argument 373 def outputFallback(self, obj): argument [all …]
|
D | macro_checker_file.py | 174 def lineToBlockType(self, line): argument 230 def __init__(self, checker, filename, enabled_messages, stream_maker): argument 283 def process(self): argument 358 def processLine(self, lineNum, line): argument 595 def processPossibleBlockDelimiter(self): argument 620 def processBlockDelimiter(self, line, new_block_type, context=None): argument 651 def processBlockOpen(self, block_type, context=None, delimiter=None): argument 681 def processBlockClosed(self): argument 702 def processMatch(self): argument 752 def checkRecognizedEntity(self): argument [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | vulkantypes.py | 27 def __init__(self, name, createApis, destroyApis): argument 32 def isCreateApi(self, apiName): argument 35 def isDestroyApi(self, apiName): argument 309 def __init__(self): argument 368 def __str__(self,): argument 376 def isString(self): argument 379 def isArrayOfStrings(self): argument 382 def primEncodingSize(self): argument 388 def getLengthExpression(self): argument 404 def accessibleAsPointer(self): argument [all …]
|
D | codegen.py | 30 def __init__(self, suffix, directory, basename, customAbsDir=None, suppress=False): argument 42 def begin(self, globalDir): argument 57 def append(self, toAppend): argument 63 def end(self): argument 70 def getMakefileSrcEntry(self): argument 73 def getCMakeSrcEntry(self): argument 82 self, directory, basename, customAbsDir=None, suppress=False, implOnly=False, argument 99 def suppress(self): argument 103 def suppress(self, value: bool): argument 108 def headerPreamble(self) -> str: argument [all …]
|
/hardware/google/gfxstream/guest/mesa/bin/ |
D | gen_calendar_entries_test.py | 62 def test_first_is_wednesday(self) -> None: argument 68 def test_first_is_before_wednesday(self) -> None: argument 74 def test_first_is_after_wednesday(self) -> None: argument 93 def data(self) -> None: argument 105 def test(self, is_zero: bool, expected: int) -> None: argument 112 def data(self) -> None: argument 124 def test(self, is_zero: bool, expected: int) -> None: argument 131 def data(self) -> None: argument 143 def test(self, is_zero: bool, expected: int) -> None: argument 156 def mock_version(self) -> None: argument [all …]
|
D | perf-annotate-jit.py | 47 def __init__(self): argument 50 def parse(self): argument 57 def __init__(self, file): argument 64 def readline(self): argument 73 def lookahead(self): argument 77 def consume(self): argument 83 def eof(self): argument 134 def __init__(self, infile, symbol): argument 138 def readline(self): argument 145 def parse(self): argument [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_parse.py | 56 def __init__(self, type, norm, pure, size, name=''): argument 64 def __str__(self): argument 73 def __repr__(self): argument 76 def __eq__(self, other): argument 82 def __ne__(self, other): argument 85 def max(self): argument 99 def min(self): argument 117 …def __init__(self, name, layout, block_width, block_height, block_depth, le_channels, le_swizzles,… argument 184 def __str__(self): argument 187 def short_name(self): argument [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_entrypoints.py | 34 def __init__(self, name): argument 44 def prefixed_name(self, prefix): argument 48 def __init__(self, name, return_type, params): argument 56 def is_physical_device_entrypoint(self): argument 59 def is_device_entrypoint(self): argument 62 def decl_params(self, start=0): argument 65 def call_params(self, start=0): argument 69 def __init__(self, name, entrypoint): argument 74 def is_physical_device_entrypoint(self): argument 77 def is_device_entrypoint(self): argument [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | api_log_decoder.py | 89 def __init__(self, module, typeInfo): argument 103 def onBegin(self): argument 114 def onGenGroup(self, groupinfo, groupName, alias=None): argument 119 def onEnd(self): argument 125 def process_api(self, api_name): argument 153 def process_structs(self): argument 172 def expand_needed_structs(self, struct_name: str): argument 184 def get_members(self, struct: VulkanCompoundType): argument 192 def process_type(self, type: VulkanType): argument 301 def using_big_endian(self, type: VulkanType): argument [all …]
|
D | testing.py | 32 def __init__(self, cgen, inputVars, onFailCompareVar, prefix): argument 61 def getTypeForCompare(self, vulkanType): argument 72 def makeCastExpr(self, vulkanType): argument 76 def makeEqualExpr(self, lhs, rhs): argument 79 def makeEqualBufExpr(self, lhs, rhs, size): argument 82 def makeEqualStringExpr(self, lhs, rhs): argument 85 def makeBothNotNullExpr(self, lhs, rhs): argument 88 def makeBothNullExpr(self, lhs, rhs): argument 91 def compareWithConsequence(self, compareExpr, vulkanType, errMsg=""): argument 96 def onCheck(self, vulkanType): argument [all …]
|