| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | MemoryProgramCache.cpp | 130 // Include the status of FrameCapture, which adds source strings to the binary in ComputeHash() 157 ERR() << "Error decompressing binary data."; in getProgram() 174 WARN() << "Failed to load binary from cache."; in getProgram() 224 ERR() << "Error compressing binary data."; in putProgram() 248 const uint8_t *binary, in putBinary() 251 // Copy the binary. in putBinary() 257 memcpy(newEntry.data(), binary, length); in putBinary() 259 // Store the binary. in putBinary() 247 putBinary(const egl::BlobCache::Key &programHash, const uint8_t *binary, size_t length) putBinary() argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| H A D | ir_builder.cpp | 41 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 42 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| H A D | lcssa.cpp | 36 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 37 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_egl_ext_autogen.h | 88 void *binary, 93 const void *binary,
|
| H A D | egl_ext_stubs.cpp | 698 void *binary, in ProgramCacheQueryANGLE() 703 ANGLE_EGL_TRY(thread, display->programCacheQuery(index, key, keysize, binary, binarysize), in ProgramCacheQueryANGLE() 713 const void *binary, in ProgramCachePopulateANGLE() 718 ANGLE_EGL_TRY(thread, display->programCachePopulate(key, keysize, binary, binarysize), in ProgramCachePopulateANGLE() 693 ProgramCacheQueryANGLE(Thread *thread, Display *display, EGLint index, void *key, EGLint *keysize, void *binary, EGLint *binarysize) ProgramCacheQueryANGLE() argument 709 ProgramCachePopulateANGLE(Thread *thread, Display *display, const void *key, EGLint keysize, const void *binary, EGLint binarysize) ProgramCachePopulateANGLE() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | ir_builder.cpp | 41 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 42 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
| H A D | lcssa.cpp | 36 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 37 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/skia/third_party/externals/brotli/research/ |
| H A D | dictionary_generator.cc | 69 std::ofstream outfile(file, std::ofstream::binary); in writeFile() 81 std::ofstream outfile(file, std::ofstream::binary); in writeSamples()
|
| /third_party/protobuf/src/google/protobuf/compiler/js/ |
| H A D | js_generator.h | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 67 // Enable binary-format support? 68 bool binary; member 81 binary(false), in GeneratorOptions() 137 // header. If you create your own protocol compiler binary and you want it to
|
| /third_party/spirv-tools/test/opt/ |
| H A D | ir_builder.cpp | 39 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 40 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationUtil.cpp | 133 const ProgramBinary& binary, in setShader() 141 m_vertexShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 147 m_tessControlShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 153 m_tessEvaluationShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 159 m_geometryShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 165 m_fragmentShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 130 setShader(const DeviceInterface& vk, const VkDevice device, const VkShaderStageFlagBits stage, const ProgramBinary& binary, const VkSpecializationInfo* specInfo) setShader() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_3_0_autogen.h | 272 void *binary); 386 const void *binary, 789 void *binary, 797 void *binary, 805 void *binary, 944 const void *binary,
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktSynchronizationUtil.cpp | 133 const ProgramBinary& binary, in setShader() 141 m_vertexShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 147 m_tessControlShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 153 m_tessEvaluationShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 159 m_geometryShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 165 m_fragmentShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0); in setShader() 130 setShader(const DeviceInterface& vk, const VkDevice device, const VkShaderStageFlagBits stage, const ProgramBinary& binary, const VkSpecializationInfo* specInfo) setShader() argument
|
| /third_party/json/single_include/nlohmann/ |
| H A D | json.hpp | 2866 binary, ///< binary array (ordered collection of bytes) member in detail::value_t 2874 - order: null < boolean < number < object < array < string < binary 2877 - binary is represented as a b"" string in python and directly comparable to a 2878 string; however, making a binary array directly comparable with a string would 2892 6 /* binary */ 4367 case value_t::binary: // LCOV_EXCL_LINE in diagnostics() 4632 case value_t::binary: in get_arithmetic_value() 4856 JSON_THROW(type_error::create(302, concat("type must be binary, but is ", j.type_name()), &j)); in from_json() 4925 case value_t::binary in from_json() [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_pipeline_cache.c | 375 struct radv_shader_binary *binary = calloc(1, entry->binary_sizes[i]); in radv_create_shaders_from_pipeline_cache() local 376 memcpy(binary, p, entry->binary_sizes[i]); in radv_create_shaders_from_pipeline_cache() 379 entry->shaders[i] = radv_shader_create(device, binary, false, true, NULL); in radv_create_shaders_from_pipeline_cache() 382 binaries[i] = binary; in radv_create_shaders_from_pipeline_cache()
|
| /third_party/skia/third_party/externals/angle2/src/libEGL/ |
| H A D | libEGL_autogen.cpp | 532 void *binary, in eglProgramCacheQueryANGLE() 536 return EGL_ProgramCacheQueryANGLE(dpy, index, key, keysize, binary, binarysize); in eglProgramCacheQueryANGLE() 542 const void *binary, in eglProgramCachePopulateANGLE() 546 return EGL_ProgramCachePopulateANGLE(dpy, key, keysize, binary, binarysize); in eglProgramCachePopulateANGLE() 528 eglProgramCacheQueryANGLE(EGLDisplay dpy, EGLint index, void *key, EGLint *keysize, void *binary, EGLint *binarysize) eglProgramCacheQueryANGLE() argument 539 eglProgramCachePopulateANGLE(EGLDisplay dpy, const void *key, EGLint keysize, const void *binary, EGLint binarysize) eglProgramCachePopulateANGLE() argument
|
| /third_party/selinux/checkpolicy/ |
| H A D | checkpolicy.c | 42 * and then compiled into a binary format for use by 45 * reads the binary format instead. 48 * writes the binary format version of the configuration 56 * determine which policy version to use for generating binary 396 unsigned int binary = 0, debug = 0, sort = 0, cil = 0, conf = 0, optimize = 0; in main() local 413 {"binary", no_argument, NULL, 'b'}, in main() 444 binary = 1; in main() 537 if (binary) { in main() 601 fprintf(stderr, "Can only generate policy.conf from binary policy\n"); in main() 692 if (binary) { in main() [all...] |
| /third_party/cups-filters/fontembed/ |
| H A D | embed_sfnt.c | 497 const int binary=0; // binary format? // TODO in emb_otf_ps() local 577 if (binary) { in emb_otf_ps() 636 if (binary) { in emb_otf_ps()
|
| /third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/ |
| H A D | protocol_lws_minimal_dbus_ws_proxy.c | 68 char binary; member 355 amsg.binary = 0; in dmh_send() 707 pmsg->binary ? LWS_WRITE_BINARY : LWS_WRITE_TEXT, in callback_minimal_dbus_wsproxy()
|
| /third_party/ninja/ |
| H A D | configure.py | 200 help='bootstrap a ninja binary from nothing') 285 def binary(name): function 574 ninja = n.build(binary('ninja'), 'link', objs, implicit=ninja_lib, 580 # We've built the ninja binary. Don't run any more commands 601 all_targets += n.build(binary(name), 'link', objs,
|
| /third_party/python/Lib/ |
| H A D | socket.py | 316 binary = "b" in mode 329 if not binary: 330 raise ValueError("unbuffered streams must be binary") 339 if binary: 455 raise ValueError("file should be opened in binary mode") 472 *file* must be a regular file object opened in binary mode.
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkPipelineConstructionUtil.hpp | 48 PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_UNLINKED_BINARY, // Use VK_EXT_shader_object unlinked shader objects from binary 50 PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_LINKED_BINARY, // Use VK_EXT_shader_object linked shader objects from binary 279 const vk::ProgramBinary& binary, 535 vk::VkShaderCreateInfoEXT makeShaderCreateInfo (VkShaderStageFlagBits stage, ShaderWrapper& shader, bool link, bool binary, ShaderWrapper& other); 536 void createShaders (bool linked, bool binary);
|
| /third_party/vk-gl-cts/executor/tools/ |
| H A D | xeCommandLineExecutor.cpp | 98 parser << Option<StartServer> ("s", "start-server", "Start local execserver. Path to the execserver binary.") in registerOptions() 108 << Option<BinaryName> ("b", "binaryname", "Test binary path. Relative to working directory.", "<Unused>") in registerOptions() 110 << Option<CmdLineArgs> (DE_NULL, "cmdline", "Additional command line arguments for the test binary.", ""); in registerOptions() 258 std::ifstream in (filename, std::ios_base::binary); in readCaseList() 389 std::ifstream in (filename, std::ifstream::binary|std::ifstream::in); in readLogFile() 453 std::ofstream out(filename, std::ios_base::binary); in writeInfoLog()
|
| /third_party/json/tests/src/ |
| H A D | unit-conversions.cpp | 1146 SECTION("get a binary value (explicit)") 1154 CHECK(*json(b).m_value.binary == *j.m_value.binary); 1162 CHECK(*json(b).m_value.binary == *j.m_value.binary); 1169 CHECK(*json(b).m_value.binary == *j.m_value.binary); 1187 "[json.exception.type_error.302] type must be binary, but is null", 1190 "[json.exception.type_error.302] type must be binary, but is object", 1193 "[json.exception.type_error.302] type must be binary, bu [all...] |
| H A D | unit-msgpack.cpp | 62 bool binary(std::vector<std::uint8_t>& /*unused*/) in binary() function in __anon4153::SaxCountdown 1152 json j = json::binary(s); 1227 json j = json::binary(s); 1263 json j = json::binary(s); 1291 SECTION("binary") 1301 json j = json::binary(s); 1339 json j = json::binary(s); 1372 json j = json::binary(s); 1457 "[json.exception.parse_error.110] parse error at byte 3: syntax error while parsing MessagePack binary: unexpected end of input", json::parse_error&); 1793 std::ifstream f_msgpack(filename + ".msgpack", std::ios::binary); [all...] |