| /third_party/elfio/examples/anonymizer/ |
| H A D | anonymizer.cpp | 57 std::ios::in | std::ios::out | std::ios::binary ); in overwrite_data()
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslOpMap.cpp | 6 // Redistribution and use in source and binary forms, with or without 13 // Redistributions in binary form must reproduce the above 37 // form (e.g., binary subtract or unary negate). 64 // Map parsing tokens that could be binary operations into binary operators. 65 TOperator HlslOpMap::binary(EHlslTokenClass op) in binary() function in glslang::HlslOpMap
|
| /third_party/json/docs/examples/ |
| H A D | sax_parse__binary.cpp | 82 bool binary(json::binary_t& val) override 84 events.push_back("binary(val=[...])");
|
| H A D | sax_parse.cpp | 82 bool binary(json::binary_t& val) override 84 events.push_back("binary(val=[...])");
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_compile.h | 196 struct util_dynarray *binary,
|
| /third_party/mesa3d/src/imagination/rogue/ |
| H A D | rogue_build_data.h | 151 struct rogue_shader_binary *binary[MESA_SHADER_FRAGMENT + 1]; member
|
| /third_party/node/tools/snapshot/ |
| H A D | node_mksnapshot.cc | 81 std::ofstream out(out_path, std::ios::out | std::ios::binary);
|
| /third_party/mesa3d/src/microsoft/clc/ |
| H A D | clc_compiler.h | 103 } binary; member
|
| /third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
| H A D | spirv_to_dxil.h | 81 } binary; member
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_blend.h | 88 struct util_dynarray binary; member
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_screen.h | 94 struct util_dynarray *binary,
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | MemoryProgramCache.h | 35 // Check if the cache contains a binary matching the specified program. 46 // Evict a program from the binary cache. 57 // Store a binary directly. TODO(syoussefi): deprecated. Will be removed once Chrome supports 60 const uint8_t *binary,
|
| 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/tint/fuzzers/tint_spirv_tools_fuzzer/ |
| H A D | spirv_reduce_mutator.h | 33 /// Mutates SPIR-V binary by running spirv-reduce tool. 35 /// The initial `binary` must be valid according to `target_env`. Applies at 42 /// @param target_env - the target environment for the `binary`. 43 /// @param binary - SPIR-V binary. Must be valid. 54 std::vector<uint32_t> binary, 90 // The SPIR-V binary that is being reduced. 103 // Whether the last call to the `Mutate` method produced the valid binary. 116 // Whether we want to validate all the binary after each reduction. 119 // The original binary tha [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | angleutils.cpp | 22 : mOfs(filePathIn, std::ios::binary | std::ios::out), mFilePath(filePathIn) in SaveFileHelper()
|
| /device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
| H A D | codec_jpeg_decoder.cpp | 210 std::ofstream out("/data/out.raw", std::ios::trunc | std::ios::binary); in DumpOutFile() 230 std::ofstream out("/data/in.raw", std::ios::trunc | std::ios::binary); in DumpInFile()
|
| /device/soc/rockchip/rk3588/hardware/codec/jpeg/src/ |
| H A D | codec_jpeg_decoder.cpp | 263 std::ofstream out("/data/out.raw", std::ios::trunc | std::ios::binary); in DumpOutFile() 275 std::ofstream out("/data/in.raw", std::ios::trunc | std::ios::binary); in DumpInFile()
|
| /third_party/glslang/SPIRV/ |
| H A D | SpvTools.cpp | 7 // Redistribution and use in source and binary forms, with or without 14 // Redistributions in binary form must reproduce the above 153 spv_const_binary_t binary = { spirv.data(), spirv.size() }; in SpirvToolsValidate() local 160 spvValidateWithOptions(context, options, &binary, &diagnostic); in SpirvToolsValidate()
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | glspirv.c | 72 const void* binary, size_t length) in _mesa_spirv_shader_binary() 85 memcpy(&module->Binary[0], binary, length); in _mesa_spirv_shader_binary() 70 _mesa_spirv_shader_binary(struct gl_context *ctx, unsigned n, struct gl_shader **shaders, const void* binary, size_t length) _mesa_spirv_shader_binary() argument
|
| /third_party/protobuf/editors/ |
| H A D | proto.vim | 5 " Redistribution and use in source and binary forms, with or without 11 " * Redistributions in binary form must reproduce the above
|
| /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,
|
| /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()
|