Home
last modified time | relevance | path

Searched defs:binary (Results 226 - 250 of 372) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/opt/
H A Dopt.cpp832 std::vector<uint32_t> binary; in main() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/reduce/
H A Dreduce.cpp249 DumpShader(const std::vector<uint32_t>& binary, const char* filename) DumpShader() argument
260 std::vector<uint32_t> binary; DumpShader() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Dgl_raii.h212 void makeBinaryOES(const std::vector<uint8_t> &binary, GLenum binaryFormat) in makeBinaryOES() argument
217 void makeBinaryES3(const std::vector<uint8_t> &binary, GLenum binaryFormat) in makeBinaryES3() argument
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Drestricted_trace_gold_tests.py200 binary = get_binary_name('angle_system_info_test') variable in get_skia_gold_keys.Filter
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstream.py425 def binary(self, name, **kwargs): member in StreamClient
/third_party/python/Modules/_io/
H A D_iomodule.c204 int text = 0, binary = 0; _io_open_impl() local
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Djson_util.cc265 std::string binary; in JsonStringToMessage() local
/third_party/spirv-tools/source/val/
H A Dvalidate.cpp150 auto binary = std::unique_ptr<spv_const_binary_t>( in ValidateBinaryUsingContextAndValidationState() local
413 spvValidate(const spv_const_context context, const spv_const_binary binary, spv_diagnostic* pDiagnostic) spvValidate() argument
445 spvValidateWithOptions(const spv_const_context context, spv_const_validator_options options, const spv_const_binary binary, spv_diagnostic* pDiagnostic) spvValidateWithOptions() argument
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dfuzz_test_util.cpp109 std::vector<uint32_t> binary; in ToString() local
114 std::string ToString(spv_target_env env, const std::vector<uint32_t>& binary) { in ToString() argument
122 std::vector<uint32_t> binary; in DumpShader() local
127 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) { in DumpShader() argument
[all...]
/third_party/spirv-tools/test/opt/
H A Ddef_use_test.cpp66 std::vector<uint32_t> binary; in DisassembleInst() local
595 std::vector<uint32_t> binary; in DisassembleModule() local
H A Dpass_fixture.h76 std::vector<uint32_t> binary; in OptimizeToBinary() local
108 spv_const_binary_t binary in SinglePassRunAndDisassemble() local
145 spv_const_binary_t binary = {optimized_bin.data(), optimized_bin.size()}; SinglePassRunAndCheck() local
250 std::vector<uint32_t> binary; RunAndCheck() local
[all...]
H A Dtype_manager_test.cpp37 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local
/third_party/spirv-tools/test/
H A Dunit_spirv.h73 explicit WordVector(const spv_binary_t& binary) in WordVector() argument
/third_party/spirv-tools/tools/opt/
H A Dopt.cpp848 std::vector<uint32_t> binary; in main() local
[all...]
/third_party/spirv-tools/tools/reduce/
H A Dreduce.cpp244 DumpShader(const std::vector<uint32_t>& binary, const char* filename) DumpShader() argument
255 std::vector<uint32_t> binary; DumpShader() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktDrawUtil.hpp133 const vk::ProgramBinary* binary; member
/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp301 std::vector<deUint8> binary = vksc_server::buildPipelineCache( in main() local
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A Dserver.cpp210 vector<u8> binary; in ProcessPacketsOnServer() local
/third_party/cups-filters/fontembed/
H A Dembed_sfnt.c497 const int binary=0; // binary format? // TODO in emb_otf_ps() local
/third_party/json/tests/src/
H A Dunit-ubjson.cpp58 bool binary(std::vector<std::uint8_t>& /*unused*/) in binary() function in __anon4158::SaxCountdown
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_cache.c375 struct radv_shader_binary *binary = calloc(1, entry->binary_sizes[i]); in radv_create_shaders_from_pipeline_cache() local
/third_party/mesa3d/src/imagination/rogue/
H A Drogue.c113 struct rogue_shader_binary *binary; in rogue_to_binary() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.cpp178 kernel::binary(const command_queue &q) const { in binary() function in kernel
[all...]
/third_party/musl/src/crypt/
H A Dcrypt_blowfish.c614 } binary; in BF_crypt() member
[all...]
/third_party/ninja/
H A Dconfigure.py285 def binary(name): function

Completed in 25 milliseconds

12345678910>>...15