/device/generic/vulkan-cereal/protocols/vulkan/xml/ |
D | genRef.py | 414 fp = open(pageName, 'w', encoding='utf-8') 439 fp = open(pageName, 'w', encoding='utf-8') 492 fp = open(pageName, 'w', encoding='utf-8') 547 fp = open(pageName, 'w', encoding='utf-8') 714 fp = open(pageName, 'w', encoding='utf-8') 768 appfp = open('{}/{}.txt'.format(extpath, name), 'r', encoding='utf-8') 789 fp = open(pageName, 'w', encoding='utf-8') 948 fp = open(results.rewrite, 'w', encoding='utf-8') 961 fp = open(results.toc, 'w', encoding='utf-8')
|
D | genanchorlinks.py | 13 with open(in_file, 'r', encoding='utf8') as f: data = f.read() 19 with open(out_file, 'w', encoding='utf8') as f: data = f.write(data)
|
D | deperiodize_vuids.py | 18 with open(filename, 'r', encoding='utf8', newline='\n') as f: 24 with open(filename, 'w', encoding='utf8', newline='\n') as f:
|
D | docgenerator.py | 204 fp = open(filename, 'w', encoding='utf-8') 231 fp = open(filename, 'w', encoding='utf-8') 250 with open(filename, 'w', encoding='utf-8') as fp: 268 with open(filename, 'w', encoding='utf-8') as fp:
|
D | make_ext_dependency.py | 196 fp = open(args.outscript, 'w', encoding='utf-8') 223 fp = open(args.outpy, 'w', encoding='utf-8')
|
D | genvk.py | 627 errWarn = open(args.errfile, 'w', encoding='utf-8') 632 diag = open(args.diagfile, 'w', encoding='utf-8') 658 reg.dumpReg(filehandle=open('regdump.txt', 'w', encoding='utf-8'))
|
/device/generic/vulkan-cereal/protocols/vulkan/scripts/ |
D | genRef.py | 475 fp = open(pageName, 'w', encoding='utf-8') 500 fp = open(pageName, 'w', encoding='utf-8') 553 fp = open(pageName, 'w', encoding='utf-8') 608 fp = open(pageName, 'w', encoding='utf-8') 797 fp = open(pageName, 'w', encoding='utf-8') 851 appfp = open('{}/{}.txt'.format(extpath, name), 'r', encoding='utf-8') 872 fp = open(pageName, 'w', encoding='utf-8') 1037 fp = open(results.rewrite, 'w', encoding='utf-8') 1050 fp = open(results.toc, 'w', encoding='utf-8')
|
D | genanchorlinks.py | 13 with open(in_file, 'r', encoding='utf8') as f: data = f.read() 19 with open(out_file, 'w', encoding='utf8') as f: data = f.write(data)
|
D | deperiodize_vuids.py | 18 with open(filename, 'r', encoding='utf8', newline='\n') as f: 24 with open(filename, 'w', encoding='utf8', newline='\n') as f:
|
D | docgenerator.py | 232 fp = open(filename, 'w', encoding='utf-8') 259 fp = open(filename, 'w', encoding='utf-8') 278 with open(filename, 'w', encoding='utf-8') as fp: 296 with open(filename, 'w', encoding='utf-8') as fp:
|
D | make_ext_dependency.py | 196 fp = open(args.outscript, 'w', encoding='utf-8') 223 fp = open(args.outpy, 'w', encoding='utf-8')
|
D | genvk.py | 661 errWarn = open(args.errfile, 'w', encoding='utf-8') 666 diag = open(args.diagfile, 'w', encoding='utf-8') 699 reg.dumpReg(filehandle=open('regdump.txt', 'w', encoding='utf-8'))
|
/device/generic/vulkan-cereal/protocols/vulkan/ |
D | genRef.py | 268 fp = open(pageName, 'w', encoding='utf-8') 285 fp = open(pageName, 'w', encoding='utf-8') 329 fp = open(pageName, 'w', encoding='utf-8') 377 fp = open(pageName, 'w', encoding='utf-8') 511 fp = open(pageName, 'w', encoding='utf-8')
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/ |
D | formats.txt | 87 nonlinear encoding. 108 nonlinear encoding in byte 0, and an 8-bit G component stored with sRGB 109 nonlinear encoding in byte 1. 130 nonlinear encoding in byte 0, an 8-bit G component stored with sRGB 131 nonlinear encoding in byte 1, and an 8-bit B component stored with sRGB 132 nonlinear encoding in byte 2. 153 nonlinear encoding in byte 0, an 8-bit G component stored with sRGB 154 nonlinear encoding in byte 1, and an 8-bit R component stored with sRGB 155 nonlinear encoding in byte 2. 182 sRGB nonlinear encoding in byte 0, an 8-bit G component stored with sRGB [all …]
|
D | video_encode_extensions.txt | 85 data, encoding device, or the Video Session state. 123 function for encoding to generate a bitstream. 141 * pname:qualityLevel is the coding quality level of the encoding. 169 Pictures that will be used when this encoding operation is executing. 172 encoding operation is executing.
|
D | video_encode_h265_extensions.txt | 9 H.265 video encoding. 48 H.265-specific capabilities for video encoding. 69 encoding. 76 The reported value is `0` if encoding of B pictures is not supported. 78 the implementation supports in the reference list L1 if encoding of B 80 The reported value is `0` if encoding of B pictures is not supported.
|
/device/generic/vulkan-cereal/protocols/vulkan/xml/spec_tools/ |
D | main.py | 132 with open('entities.json', 'w', encoding='utf-8') as f: 208 with open(fixFn, 'w', encoding='utf-8') as f:
|
/device/generic/vulkan-cereal/protocols/vulkan/scripts/spec_tools/ |
D | main.py | 132 with open('entities.json', 'w', encoding='utf-8') as f: 208 with open(fixFn, 'w', encoding='utf-8') as f:
|
/device/generic/vulkan-cereal/protocols/vulkan/appendices/ |
D | compressedtex.txt | 22 The conversion between linear and nonlinear encoding is performed as 76 | ename:VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK |RGB ETC2 with sRGB encoding 80 | ename:VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK |RGBA ETC2 with sRGB encoding
|
/device/generic/goldfish/data/etc/ |
D | config.ini | 1 avd.ini.encoding=UTF-8 key
|
D | config.ini.xl | 1 avd.ini.encoding=UTF-8
|
D | config.ini.nexus5 | 1 avd.ini.encoding=UTF-8
|
D | config.ini.tv | 1 avd.ini.encoding=UTF-8
|
/device/generic/vulkan-cereal/protocols/vulkan/scripts/Retired/ |
D | realign.py | 46 realignXML(open(sys.argv[1], 'r', encoding='utf-8'))
|
/device/generic/vulkan-cereal/protocols/vulkan/xml/Retired/ |
D | realign.py | 46 realignXML(open(sys.argv[1], 'r', encoding='utf-8'))
|