Home
last modified time | relevance | path

Searched refs:binary (Results 401 - 425 of 826) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/json/docs/examples/
H A Dis_string.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_number_unsigned.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_number_integer.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_number_float.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_primitive.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
H A Dis_object.cpp17 json j_binary = json::binary({1, 2, 3}); in main()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.h34 struct util_dynarray *binary,
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.h35 struct util_dynarray *binary,
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dreduce_test_util.h31 // Assembles the given text and check whether the resulting binary is bit-wise
32 // equal to the given binary.
36 // Assembles the given text and turns the given IR into binary, then checks
41 // Assembles the given IR context and checks whether the resulting binary is
69 // Dumps |binary| to file |filename|. Useful for interactive debugging.
70 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dreduce_test_util.h31 // Assembles the given text and check whether the resulting binary is bit-wise
32 // equal to the given binary.
36 // Assembles the given text and turns the given IR into binary, then checks
41 // Assembles the given IR context and checks whether the resulting binary is
69 // Dumps |binary| to file |filename|. Useful for interactive debugging.
70 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dspirv_fuzz_mutator.h35 /// The initial `binary` must be valid according to `target_env`. All other
41 /// @param target_env - the target environment for the `binary`.
42 /// @param binary - the SPIR-V binary. Must be valid.
48 /// @param validate_after_each_pass - whether to validate the binary after
57 std::vector<uint32_t> binary,
84 // The binary that the mutator is constructed with.
H A Dspirv_opt_mutator.h32 /// The initial `binary` must be valid according to `target_env`. On each call
34 /// optimization passes (with substitutions) and applies them to the binary.
38 /// @param target_env - target environment for the `binary`.
40 /// @param binary - SPIR-V binary. Must be valid.
41 /// @param validate_after_each_opt - whether to validate the binary after each
48 std::vector<uint32_t> binary,
64 // Target environment for the SPIR-V binary.
67 // The original SPIR-V binary. Useful for debugging.
79 // Whether we need to validate the binary afte
[all...]
H A Dutil.h41 /// @param data - invalid SPIR-V binary.
43 /// @param error_dir - the directory, to which the binary will be printed to.
44 /// If it's empty, the invalid binary and supplemental files will not be
54 /// @param data - the SPIR-V binary that generated the WGSL binary.
56 /// @param wgsl - the invalid WGSL binary.
58 /// @param error_dir - the directory, to which the binary will be printed out.
59 /// If it's empty, the invalid binary and supplemental files will not be
72 /// If it's empty, the invalid binary and supplemental files will not be
76 /// Reads SPIR-V binary fro
[all...]
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWireHelper.cpp59 std::ios_base::out | std::ios_base::binary | std::ios_base::trunc);
/third_party/spirv-tools/test/reduce/
H A Dreduce_test_util.h31 // Assembles the given text and check whether the resulting binary is bit-wise
32 // equal to the given binary.
36 // Assembles the given text and turns the given IR into binary, then checks
41 // Assembles the given IR context and checks whether the resulting binary is
69 // Dumps |binary| to file |filename|. Useful for interactive debugging.
70 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
/third_party/gn/src/gn/
H A Dscope.cc271 const BinaryOpNode* binary = pair.second.value.origin()->AsBinaryOp(); in CheckForUnusedVars() local
272 if (binary && binary->op().type() == Token::EQUAL) { in CheckForUnusedVars()
275 Err(binary->left()->GetRange(), "Assignment had no effect.", help); in CheckForUnusedVars()
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_json.hpp91 struct external_constructor<value_t::binary>
97 j.m_type = value_t::binary; in construct()
106 j.m_type = value_t::binary; in construct()
349 external_constructor<value_t::binary>::construct(j, bin); in to_json()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_0_params.cpp378 void *binary, in CaptureGetProgramBinary_length()
393 void *binary, in CaptureGetProgramBinary_binaryFormat()
405 void *binary, in CaptureGetProgramBinary_binary()
656 const void *binary, in CaptureProgramBinary_binary()
372 CaptureGetProgramBinary_length(const State &glState, bool isCallValid, ShaderProgramID program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary, ParamCapture *paramCapture) CaptureGetProgramBinary_length() argument
387 CaptureGetProgramBinary_binaryFormat(const State &glState, bool isCallValid, ShaderProgramID program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary, ParamCapture *paramCapture) CaptureGetProgramBinary_binaryFormat() argument
399 CaptureGetProgramBinary_binary(const State &glState, bool isCallValid, ShaderProgramID program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary, ParamCapture *paramCapture) CaptureGetProgramBinary_binary() argument
652 CaptureProgramBinary_binary(const State &glState, bool isCallValid, ShaderProgramID program, GLenum binaryFormat, const void *binary, GLsizei length, ParamCapture *paramCapture) CaptureProgramBinary_binary() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp1076 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram()
1096 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram()
1116 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram()
1160 m_cacheData = std::move(response.binary); in importPipelineCacheData()
/third_party/json/include/nlohmann/detail/
H A Dvalue_t.hpp63 binary, ///< binary array (ordered collection of bytes) member in detail::value_t
71 - order: null < boolean < number < object < array < string < binary
74 - binary is represented as a b"" string in python and directly comparable to a
75 string; however, making a binary array directly comparable with a string would
89 6 /* binary */
/third_party/protobuf/examples/
H A Dlist_people.cc66 fstream input(argv[1], ios::in | ios::binary); in main()
/third_party/spirv-tools/source/
H A Ddisassemble.h26 // Decodes the given SPIR-V instruction binary representation to its assembly
27 // text. The context is inferred from the provided module binary. The options
35 const uint32_t* binary,
44 // binary for an instruction to its assembly representation.
78 // is at offset words from the start of the binary.
/third_party/mbedtls/tests/data_files/
H A DMakefile1716 # direct binary comparison using e.g. dumpasn1
1899 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -inkey pkcs7-rsa-expired.key -signer pkcs7-rsa-expired.crt -noattr -outform DER -out $@
1917 $(OPENSSL) smime -sign -md sha256 -nocerts -noattr -in pkcs7_zerolendata.bin -inkey pkcs7-rsa-sha256-1.key -outform DER -binary -signer pkcs7-rsa-sha256-1.crt -out pkcs7_zerolendata_detached.der
1922 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -signer pkcs7-rsa-sha256-1.pem -noattr -outform DER -out $@
1927 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha1 -signer pkcs7-rsa-sha256-1.pem -noattr -outform DER -out $@
1932 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha512 -signer pkcs7-rsa-sha256-1.pem -noattr -outform DER -out $@
1937 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -signer pkcs7-rsa-sha256-1.pem -nocerts -noattr -outform DER -out $@
1942 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -signer pkcs7-rsa-sha256-1.pem -nocerts -noattr -nodetach -outform DER -out $@
1947 $(OPENSSL) smime -sign -binary -in pkcs7_data.bin -out $@ -md sha256 -signer pkcs7-rsa-sha256-1.pem -signer pkcs7-rsa-sha256-2.pem -nocerts -noattr -outform DER -out $@
1952 $(OPENSSL) smime -sign -binary
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c929 struct util_dynarray binary; in agx_update_shader() local
930 util_dynarray_init(&binary, NULL); in agx_update_shader()
948 agx_compile_shader_nir(nir, &key->base, &binary, &compiled->info); in agx_update_shader()
961 if (binary.size) { in agx_update_shader()
964 ALIGN_POT(binary.size, 256) + (3 * packed_varying_sz), in agx_update_shader()
966 memcpy(compiled->bo->ptr.cpu, binary.data, binary.size); in agx_update_shader()
970 unsigned offs = ALIGN_POT(binary.size, 256); in agx_update_shader()
976 compiled->varyings = compiled->bo->ptr.gpu + ALIGN_POT(binary.size, 256); in agx_update_shader()
980 util_dynarray_fini(&binary); in agx_update_shader()
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c395 b->binary.size, in pan_blitter_get_blend_shaders()
397 memcpy(bin.cpu, b->binary.data, b->binary.size); in pan_blitter_get_blend_shaders()
610 struct util_dynarray binary; in pan_blitter_get_blit_shader() local
612 util_dynarray_init(&binary, NULL); in pan_blitter_get_blit_shader()
622 GENX(pan_shader_compile)(b.shader, &inputs, &binary, &shader->info); in pan_blitter_get_blit_shader()
630 binary.data, binary.size, in pan_blitter_get_blit_shader()
633 util_dynarray_fini(&binary); in pan_blitter_get_blit_shader()
1157 cfg.binary in pan_preload_emit_dcd()
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...34