/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/ |
H A D | pass_fixture.h | 76 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 D | program_binary.c | 78 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/ |
D | pass_fixture.h | 76 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 D | pass_fixture.h | 76 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 D | memtag_globals_test.cpp | 49 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/ |
D | reducer_test.cpp | 224 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 D | reducer_test.cpp | 224 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 D | reducer_test.cpp | 224 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 D | gl_raii.h | 217 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 D | evergreen_compute.c | 186 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 D | BranchListFile.cpp | 293 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 D | build_module.cpp | 51 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 D | build_module.cpp | 51 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/ |
D | build_module.cpp | 51 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 D | radv_shader_object.h | 25 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 D | vkSpirVAsm.cpp | 101 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 D | measurement.md | 114 #### Download or build the binary 171 #### Run benchmark 185 #### Profiling model ops
|
/aosp_15_r20/system/netd/tests/ |
H A D | test_utils.cpp | 99 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 D | resource_loader.py | 38 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 D | test_unload_platform_compiler.cpp | 178 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 D | ac_rtld.c | 159 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 D | update_chrome_reference_binaries.py | 275 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 D | DataChannel.java | 69 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 D | base64.cc | 126 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/ |
D | reduce.cpp | 244 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()
|