Home
last modified time | relevance | path

Searched defs:binary (Results 51 – 75 of 996) sorted by relevance

12345678910>>...40

/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Dpass_fixture.h76 std::vector<uint32_t> binary; in OptimizeToBinary() local
108 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndDisassemble() local
145 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndCheck() local
250 std::vector<uint32_t> binary; in RunAndCheck() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dprogram_binary.c78 const void *sha1, void *binary, unsigned binary_size, in write_program_binary()
164 const void *binary, unsigned length) in get_program_binary_payload()
236 GLenum *binary_format, GLvoid *binary) in _mesa_get_program_binary()
273 GLenum binary_format, const GLvoid *binary, in _mesa_program_binary()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_fixture.h76 std::vector<uint32_t> binary; in OptimizeToBinary() local
108 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndDisassemble() local
145 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndCheck() local
250 std::vector<uint32_t> binary; in RunAndCheck() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dpass_fixture.h76 std::vector<uint32_t> binary; in OptimizeToBinary() local
108 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndDisassemble() local
145 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndCheck() local
250 std::vector<uint32_t> binary; in RunAndCheck() local
/aosp_15_r20/bionic/tests/
H A Dmemtag_globals_test.cpp49 std::string binary = GetTestLibRoot() + "/memtag_globals_binary"; in TEST_P() local
82 std::string binary = GetTestLibRoot() + "/mte_globals_relr_regression_test_b_314038442"; in TEST() local
100 std::string binary = GetTestLibRoot() + "/mte_globals_relr_regression_test_b_314038442_mte"; in TEST() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/reduce/
Dreducer_test.cpp224 bool InterestingWhileOpcodeExists(const std::vector<uint32_t>& binary, in InterestingWhileOpcodeExists()
254 bool InterestingWhileIMulReachable(const std::vector<uint32_t>& binary, in InterestingWhileIMulReachable()
259 bool InterestingWhileSDivReachable(const std::vector<uint32_t>& binary, in InterestingWhileSDivReachable()
564 const std::vector<uint32_t>& binary) { in GetFunctionInstructionCount()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/reduce/
H A Dreducer_test.cpp224 bool InterestingWhileOpcodeExists(const std::vector<uint32_t>& binary, in InterestingWhileOpcodeExists()
254 bool InterestingWhileIMulReachable(const std::vector<uint32_t>& binary, in InterestingWhileIMulReachable()
259 bool InterestingWhileSDivReachable(const std::vector<uint32_t>& binary, in InterestingWhileSDivReachable()
564 const std::vector<uint32_t>& binary) { in GetFunctionInstructionCount()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dreducer_test.cpp224 bool InterestingWhileOpcodeExists(const std::vector<uint32_t>& binary, in InterestingWhileOpcodeExists()
254 bool InterestingWhileIMulReachable(const std::vector<uint32_t>& binary, in InterestingWhileIMulReachable()
259 bool InterestingWhileSDivReachable(const std::vector<uint32_t>& binary, in InterestingWhileSDivReachable()
564 const std::vector<uint32_t>& binary) { in GetFunctionInstructionCount()
/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dgl_raii.h217 void makeBinaryOES(const std::vector<uint8_t> &binary, GLenum binaryFormat) in makeBinaryOES()
222 void makeBinaryES3(const std::vector<uint8_t> &binary, GLenum binaryFormat) in makeBinaryES3()
289 #define ANGLE_GL_BINARY_OES_PROGRAM(name, binary, binaryFormat) \ argument
294 #define ANGLE_GL_BINARY_ES3_PROGRAM(name, binary, binaryFormat) \ argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c186 struct r600_shader_binary *binary) in parse_symbol_table()
230 struct r600_shader_binary *binary) in parse_relocs()
256 struct r600_shader_binary *binary) in r600_elf_read()
335 const struct r600_shader_binary *binary, in r600_shader_binary_config_start()
348 static void r600_shader_binary_read_config(const struct r600_shader_binary *binary, in r600_shader_binary_read_config()
384 const struct r600_shader_binary *binary, in r600_create_shader()
/aosp_15_r20/system/extras/simpleperf/
H A DBranchListFile.cpp293 ETMBinary& binary = p.second; in GetETMBinaryMap() local
358 auto add_proto_binary = [&](const BinaryKey& key, const ETMBinary& binary) { in Write()
432 for (const BinaryKey& binary : lbr_data.binaries) { in Write() local
557 ETMBinary& binary = etm_data[key]; in AddETMBinary() local
691 const auto& binary = etm_data[key]; in DumpBranchListFile() local
734 const auto& binary = lbr_data.binaries[i]; in DumpBranchListFile() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dbuild_module.cpp51 const uint32_t* binary, in BuildModule()
58 const uint32_t* binary, in BuildModule()
83 std::vector<uint32_t> binary; in BuildModule() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dbuild_module.cpp51 const uint32_t* binary, in BuildModule()
58 const uint32_t* binary, in BuildModule()
83 std::vector<uint32_t> binary; in BuildModule() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dbuild_module.cpp51 const uint32_t* binary, in BuildModule()
58 const uint32_t* binary, in BuildModule()
83 std::vector<uint32_t> binary; in BuildModule() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_shader_object.h25 struct radv_shader_binary *binary; member
31 struct radv_shader_binary *binary; member
37 struct radv_shader_binary *binary; member
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkSpirVAsm.cpp101 spv_binary binary = DE_NULL; in assembleSpirV() local
143 void disassembleSpirV(size_t binarySizeInWords, const uint32_t *binary, std::ostream *dst, SpirvVer… in disassembleSpirV()
175 bool validateSpirV(size_t binarySizeInWords, const uint32_t *binary, std::ostream *infoLog, in validateSpirV()
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/
H A Dmeasurement.md114 #### Download or build the binary
171 #### Run benchmark
185 #### Profiling model ops
/aosp_15_r20/system/netd/tests/
H A Dtest_utils.cpp99 std::vector<std::string> listIptablesRule(const char* binary, const char* chainName) { in listIptablesRule()
104 int iptablesRuleLineLength(const char* binary, const char* chainName) { in iptablesRuleLineLength()
108 bool iptablesRuleExists(const char* binary, const char* chainName, in iptablesRuleExists()
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
H A Dresource_loader.py38 def FindResource(self, some_path, binary=False): argument
52 def FindResourceGivenAbsolutePath(self, absolute_path, binary=False): argument
66 def FindResourceGivenRelativePath(self, relative_path, binary=False): argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_unload_platform_compiler.cpp178 const std::vector<unsigned char> &binary) in build_with_binary()
419 build_with_binary binary(context, device); in test_unload_repeated() local
450 build_with_binary binary(context, device); in test_unload_compile_unload_link() local
482 build_with_binary binary(context, device); in test_unload_build_unload_create_kernel() local
954 std::vector<unsigned char> binary(binary_size); in test_unload_program_binaries() local
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_rtld.c159 static bool read_private_lds_symbols(struct ac_rtld_binary *binary, unsigned part_idx, in read_private_lds_symbols()
232 bool ac_rtld_open(struct ac_rtld_binary *binary, struct ac_rtld_open_info i) in ac_rtld_open()
437 void ac_rtld_close(struct ac_rtld_binary *binary) in ac_rtld_close()
472 bool ac_rtld_get_section_by_name(struct ac_rtld_binary *binary, const char *name, const char **data, in ac_rtld_get_section_by_name()
479 bool ac_rtld_read_config(const struct radeon_info *info, struct ac_rtld_binary *binary, in ac_rtld_read_config()
/aosp_15_r20/external/chromium-trace/catapult/common/bin/
H A Dupdate_chrome_reference_binaries.py275 def _QueuePlatformUpdate(binary, platform, version_info, config, channel): argument
309 def _ModifyBuildIfNeeded(binary, location, platform): argument
349 def _NeedsUpdate(config, binary, channel, platform, version_info): argument
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DDataChannel.java69 public final boolean binary; field in DataChannel.Buffer
72 public Buffer(ByteBuffer data, boolean binary) { in Buffer()
195 private native boolean nativeSend(byte[] data, boolean binary); in nativeSend()
/aosp_15_r20/external/pigweed/pw_base64/
H A Dbase64.cc126 uint8_t* binary = static_cast<uint8_t*>(output); in pw_Base64Decode() local
166 size_t Encode(span<const std::byte> binary, span<char> output_buffer) { in Encode()
183 void Encode(span<const std::byte> binary, InlineString<>& output) { in Encode()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/reduce/
Dreduce.cpp244 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) { in DumpShader()
255 std::vector<uint32_t> binary; in DumpShader() local
291 std::vector<uint32_t> binary, uint32_t reductions_applied) -> bool { in main()

12345678910>>...40