Home
last modified time | relevance | path

Searched defs:binary (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/swiftshader/third_party/SPIRV-Tools/source/
Dlibspirv.cpp72 std::vector<uint32_t>* binary, in Assemble()
78 std::vector<uint32_t>* binary, in Assemble()
90 bool SpirvTools::Disassemble(const std::vector<uint32_t>& binary, in Disassemble()
95 bool SpirvTools::Disassemble(const uint32_t* binary, const size_t binary_size, in Disassemble()
111 bool SpirvTools::Validate(const uint32_t* binary, in Validate()
117 bool SpirvTools::Validate(const uint32_t* binary, const size_t binary_size, in Validate()
/external/deqp-deps/SPIRV-Tools/source/
Dlibspirv.cpp72 std::vector<uint32_t>* binary, in Assemble()
78 std::vector<uint32_t>* binary, in Assemble()
90 bool SpirvTools::Disassemble(const std::vector<uint32_t>& binary, in Disassemble()
95 bool SpirvTools::Disassemble(const uint32_t* binary, const size_t binary_size, in Disassemble()
111 bool SpirvTools::Validate(const uint32_t* binary, in Validate()
117 bool SpirvTools::Validate(const uint32_t* binary, const size_t binary_size, in Validate()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dc_interface_test.cpp39 spv_binary binary = nullptr; in TEST() local
64 spv_binary binary = nullptr; in TEST() local
77 spv_binary binary = nullptr; in TEST() local
98 spv_binary binary = nullptr; in TEST() local
128 spv_binary binary = nullptr; in TEST() local
157 spv_binary binary = nullptr; in TEST() local
199 spv_binary binary = nullptr; in TEST() local
225 spv_binary binary = nullptr; in TEST() local
248 spv_binary binary = nullptr; in TEST() local
279 spv_binary binary = nullptr; in TEST() local
Dcpp_interface_test.cpp47 std::vector<uint32_t> binary; in TEST() local
72 std::vector<uint32_t> binary(10, 42); in TEST() local
85 std::vector<uint32_t> binary; in TEST() local
92 std::vector<uint32_t> binary; in TEST() local
99 std::vector<uint32_t> binary; in TEST() local
131 std::vector<uint32_t> binary; in TEST() local
154 std::vector<uint32_t> binary; in TEST() local
162 std::vector<uint32_t> binary; in TEST() local
200 std::vector<uint32_t> binary; in TEST() local
209 std::vector<uint32_t> binary; in TEST() local
[all …]
Dbinary_endianness_test.cpp22 spv_const_binary_t binary = {invalidMagicNumber, 1}; in TEST() local
34 spv_const_binary_t binary = {&magicNumber, 1}; in TEST() local
47 spv_const_binary_t binary = {&magicNumber, 1}; in TEST() local
/external/deqp-deps/SPIRV-Tools/test/
Dc_interface_test.cpp39 spv_binary binary = nullptr; in TEST() local
64 spv_binary binary = nullptr; in TEST() local
77 spv_binary binary = nullptr; in TEST() local
98 spv_binary binary = nullptr; in TEST() local
128 spv_binary binary = nullptr; in TEST() local
157 spv_binary binary = nullptr; in TEST() local
199 spv_binary binary = nullptr; in TEST() local
225 spv_binary binary = nullptr; in TEST() local
248 spv_binary binary = nullptr; in TEST() local
279 spv_binary binary = nullptr; in TEST() local
Dcpp_interface_test.cpp47 std::vector<uint32_t> binary; in TEST() local
72 std::vector<uint32_t> binary(10, 42); in TEST() local
85 std::vector<uint32_t> binary; in TEST() local
92 std::vector<uint32_t> binary; in TEST() local
99 std::vector<uint32_t> binary; in TEST() local
131 std::vector<uint32_t> binary; in TEST() local
154 std::vector<uint32_t> binary; in TEST() local
162 std::vector<uint32_t> binary; in TEST() local
200 std::vector<uint32_t> binary; in TEST() local
209 std::vector<uint32_t> binary; in TEST() local
[all …]
Dbinary_endianness_test.cpp22 spv_const_binary_t binary = {invalidMagicNumber, 1}; in TEST() local
34 spv_const_binary_t binary = {&magicNumber, 1}; in TEST() local
47 spv_const_binary_t binary = {&magicNumber, 1}; in TEST() local
/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py51 def symbolize(self, addr, binary, offset): argument
95 def symbolize(self, addr, binary, offset): argument
134 def __init__(self, binary): argument
153 def symbolize(self, addr, binary, offset): argument
209 def __init__(self, addr, binary): argument
221 def symbolize(self, addr, binary, offset): argument
249 def symbolize(self, addr, binary, offset): argument
262 def BreakpadSymbolizerFactory(binary): argument
271 def SystemSymbolizerFactory(system, addr, binary): argument
338 def symbolize(self, addr, binary, offset): argument
[all …]
/external/clang/tools/clang-format/
Dclang-format.py37 binary = 'clang-format' variable
39 binary = vim.eval('g:clang_format_path') variable
/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.cpp62 ProgramBinary::ProgramBinary (ProgramFormat format, size_t binarySize, const deUint8* binary) in ProgramBinary()
82 bool isSaneSpirVBinary (const ProgramBinary& binary) in isSaneSpirVBinary()
105 void optimizeCompiledBinary (vector<deUint32>& binary, int optimizationRecipe, const SpirvVersion s… in optimizeCompiledBinary()
326 ProgramBinary* createProgramBinaryFromSpirV (const vector<deUint32>& binary) in createProgramBinaryFromSpirV()
342 void validateCompiledBinary(const vector<deUint32>& binary, glu::ShaderProgramInfo* buildInfo, cons… in validateCompiledBinary()
355 void validateCompiledBinary(const vector<deUint32>& binary, SpirVProgramInfo* buildInfo, const Spir… in validateCompiledBinary()
481 void shadercacheSave (const vk::ProgramBinary* binary, const std::string& shaderstring, const char*… in shadercacheSave()
557 vector<deUint32> binary; in buildProgram() local
642 vector<deUint32> binary; in buildProgram() local
727 vector<deUint32> binary; in assembleProgram() local
[all …]
DvkBinaryRegistry.cpp109 void writeBinary (const ProgramBinary& binary, const std::string& dstPath) in writeBinary()
127 void writeBinary (const std::string& dstDir, deUint32 index, const ProgramBinary& binary) in writeBinary()
155 deUint32 binaryHash (const ProgramBinary* binary) in binaryHash()
409 void BinaryIndexHash::insert (const ProgramBinary* binary, deUint32 index) in insert()
444 const de::UniquePtr<ProgramBinary> binary (readBinary(path.getPath())); in initFromPath() local
453 void BinaryRegistryWriter::addProgram (const ProgramIdentifier& id, const ProgramBinary& binary) in addProgram()
483 void BinaryRegistryWriter::addBinary (deUint32 index, const ProgramBinary& binary) in addBinary()
DvkSpirVAsm.cpp75 spv_binary binary = DE_NULL; in assembleSpirV() local
115 void disassembleSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* dst, SpirvVe… in disassembleSpirV()
147 bool validateSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* infoLog, const … in validateSpirV()
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
DREADME.md72 ### On Android
138 ### On Desktop
/external/mesa3d/src/amd/common/
Dac_binary.c40 struct ac_shader_binary *binary) in parse_symbol_table()
83 struct ac_shader_binary *binary) in parse_relocs()
109 struct ac_shader_binary *binary) in ac_elf_read()
196 const struct ac_shader_binary *binary, in ac_shader_binary_config_start()
216 void ac_shader_binary_read_config(struct ac_shader_binary *binary, in ac_shader_binary_read_config()
/external/autotest/client/cros/audio/
Daudio_data.py63 def __init__(self, binary, channel, sample_format): argument
79 def read_binary(self, binary): argument
/external/grpc-grpc/test/cpp/qps/
Dparse_json.cc36 grpc::string binary; in ParseJson() local
55 grpc::string binary; in SerializeJson() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dcompact_ids_test.cpp116 std::vector<uint32_t> binary; in TEST() local
160 std::vector<uint32_t> binary; in TEST() local
241 std::vector<uint32_t> binary; in TEST() local
Dpass_fixture.h72 std::vector<uint32_t> binary; in OptimizeToBinary() local
103 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndDisassemble() local
140 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndCheck() local
211 std::vector<uint32_t> binary; in RunAndCheck() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dcompact_ids_test.cpp116 std::vector<uint32_t> binary; in TEST() local
160 std::vector<uint32_t> binary; in TEST() local
241 std::vector<uint32_t> binary; in TEST() local
Dpass_fixture.h72 std::vector<uint32_t> binary; in OptimizeToBinary() local
103 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndDisassemble() local
140 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; in SinglePassRunAndCheck() local
211 std::vector<uint32_t> binary; in RunAndCheck() local
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
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
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_disk_cache.c64 write_blob_program_data(struct blob *binary, gl_shader_stage stage, in write_blob_program_data()
84 read_blob_program_data(struct blob_reader *binary, struct gl_program *prog, in read_blob_program_data()
172 struct blob_reader binary; in read_and_upload() local
298 struct blob binary; in write_program_data() local
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DDataChannel.java70 public final boolean binary; field in DataChannel.Buffer
72 public Buffer(ByteBuffer data, boolean binary) { in Buffer()
139 private native boolean sendNative(byte[] data, boolean binary); in sendNative()
/external/mesa3d/src/mesa/main/
Dprogram_binary.c74 const void *sha1, void *binary, unsigned binary_size, in write_program_binary()
160 const void *binary, unsigned length) in get_program_binary_payload()
229 GLenum *binary_format, GLvoid *binary) in _mesa_get_program_binary()
266 GLenum binary_format, const GLvoid *binary, in _mesa_program_binary()

12345678910