Home
last modified time | relevance | path

Searched refs:binary (Results 826 - 850 of 917) sorted by relevance

1...<<31323334353637

/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2.h461 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryFormat, const void *binary, GLsizei length);
604 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryFormat, const void *binary, GLsizei length);
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dfusion_legal.cpp34 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local
35 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp378 * @return true if the extension is supported and, also, at least one binary format.
395 /** Create program from provided binary
397 * @param binary Buffer with binary form of program
398 * @param binary_format Format of <binary> data
400 void Utils::program::createFromBinary(const std::vector<GLubyte>& binary, GLenum binary_format) in createFromBinary() argument
409 gl.programBinary(m_program_object_id, binary_format, &binary[0], (GLsizei)binary.size()); in createFromBinary()
413 /** Get binary form of program
415 * @param binary Buffe
418 getBinary(std::vector<GLubyte>& binary, GLenum& binary_format) const getBinary() argument
[all...]
H A Dgl4cShadingLanguage420PackTests.cpp18115 /** Create program from provided binary
18117 * @param binary Buffer with binary form of program
18118 * @param binary_format Format of <binary> data
18120 void Utils::program::createFromBinary(const std::vector<GLubyte>& binary, GLenum binary_format) in createFromBinary() argument
18129 gl.programBinary(m_program_object_id, binary_format, &binary[0], static_cast<GLsizei>(binary.size())); in createFromBinary()
18144 /** Get binary form of program
18146 * @param binary Buffer for binary dat
18149 getBinary(std::vector<GLubyte>& binary, GLenum& binary_format) const getBinary() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp2195 const auto& binary = m_context.getBinaryCollection().get(moduleName); in addModule() local
2202 binary.getSize(), // size_t codeSize; in addModule()
2203 reinterpret_cast<const uint32_t*>(binary.getBinary()), // const uint32_t* pCode; in addModule()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp2153 const auto& binary = m_context.getBinaryCollection().get(moduleName); in addModule() local
2160 binary.getSize(), // size_t codeSize; in addModule()
2161 reinterpret_cast<const uint32_t*>(binary.getBinary()), // const uint32_t* pCode; in addModule()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp1174 void *binary) in glGetProgramBinaryNULL()
1922 const void *binary, in glProgramBinaryNULL()
2329 const void *binary, in glShaderBinaryNULL()
1170 glGetProgramBinaryNULL(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary) glGetProgramBinaryNULL() argument
1920 glProgramBinaryNULL(GLuint program, GLenum binaryFormat, const void *binary, GLsizei length) glProgramBinaryNULL() argument
2326 glShaderBinaryNULL(GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length) glShaderBinaryNULL() argument
H A Dnull_functions.h782 void *binary);
1202 const void *binary,
1475 const void *binary,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
H A Dkeccak1600-armv4.S1833 moveq pc,lr @ be binary compatible with V4, yet
1879 moveq pc,lr @ be binary compatible with V4, yet
2032 moveq pc,lr @ be binary compatible with V4, yet
2184 moveq pc,lr @ be binary compatible with V4, yet
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/
H A Dkeccak1600-armv4.S1833 moveq pc,lr @ be binary compatible with V4, yet
1879 moveq pc,lr @ be binary compatible with V4, yet
2032 moveq pc,lr @ be binary compatible with V4, yet
2184 moveq pc,lr @ be binary compatible with V4, yet
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp1350 const ProgramBinary& binary;
1353 : binary(env.programBinaries.get(params.binaryName))
1408 res.binary.getSize(),
1409 (const deUint32*)res.binary.getBinary(),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp1350 const ProgramBinary& binary;
1353 : binary(env.programBinaries.get(params.binaryName))
1408 res.binary.getSize(),
1409 (const deUint32*)res.binary.getBinary(),
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_autogen.cpp2156 const void *binary, in CaptureShaderBinary()
2169 binary, length, &shadersPackedParam); in CaptureShaderBinary()
2185 ParamCapture binaryParam("binary", ParamType::TvoidConstPointer); in CaptureShaderBinary()
2186 InitParamValue(ParamType::TvoidConstPointer, binary, &binaryParam.value); in CaptureShaderBinary()
2187 CaptureShaderBinary_binary(glState, isCallValid, count, shadersPacked, binaryformat, binary, in CaptureShaderBinary()
2193 ParamCapture binaryParam("binary", ParamType::TvoidConstPointer); in CaptureShaderBinary()
2151 CaptureShaderBinary(const State &glState, bool isCallValid, GLsizei count, const ShaderProgramID *shadersPacked, GLenum binaryformat, const void *binary, GLsizei length) CaptureShaderBinary() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3.cpp2196 const void *binary, in ValidateProgramBinary()
2205 return ValidateProgramBinaryBase(context, entryPoint, program, binaryFormat, binary, length); in ValidateProgramBinary()
2214 const void *binary) in ValidateGetProgramBinary()
2223 binary); in ValidateGetProgramBinary()
2192 ValidateProgramBinary(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLenum binaryFormat, const void *binary, GLsizei length) ValidateProgramBinary() argument
2208 ValidateGetProgramBinary(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLsizei bufSize, const GLsizei *length, const GLenum *binaryFormat, const void *binary) ValidateGetProgramBinary() argument
H A DvalidationESEXT_autogen.h2186 const void *binary);
2191 const void *binary,
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp135 const TIntermBinary *binary = node->getAsBinaryNode(); in FindLValueBase() local
136 if (binary == nullptr) in FindLValueBase()
141 TOperator op = binary->getOp(); in FindLValueBase()
147 node = binary->getLeft(); in FindLValueBase()
431 // Same error message for all binary operations don't work.
6749 // Child 0 is "left" if binary, and the expression being swizzled if swizzle. in checkAtomicMemoryBuiltinFunctions()
6750 // Note: we don't need to check that the binary operation is one of EOp*Index*, as any in checkAtomicMemoryBuiltinFunctions()
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp4367 void *binary) in glGetProgramBinary()
4369 return GL_GetProgramBinary(program, bufSize, length, binaryFormat, binary); in glGetProgramBinary()
4405 const void *binary, in glProgramBinary()
4408 return GL_ProgramBinary(program, binaryFormat, binary, length); in glProgramBinary()
4821 const void *binary, in glShaderBinary()
4824 return GL_ShaderBinary(count, shaders, binaryformat, binary, length); in glShaderBinary()
4363 glGetProgramBinary(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary) glGetProgramBinary() argument
4403 glProgramBinary(GLuint program, GLenum binaryFormat, const void *binary, GLsizei length) glProgramBinary() argument
4818 glShaderBinary(GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length) glShaderBinary() argument
/third_party/mksh/
H A DBuild.sh2844 MKSH_DONT_EMIT_IDSTRING omit RCS IDs from binary
2877 You may also want to install the lksh binary (also as /bin/sh) built by:
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_performance_test.cpp160 std::ifstream inFile(pstr.c_str(), std::ios::binary | std::ios::in); in TestLoadFromIndex()
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_performance_test.cpp121 std::ifstream inFile(pstr.c_str(), std::ios::binary | std::ios::in); in TestLoadFromIndex()
/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp125 rfile.open(exception.message, std::ios::binary | std::ios::ate); in ReportExceptionToSysEvent()
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_core.cpp967 std::ifstream ifs(BATTERY_STATS_JSON, std::ios::binary); in LoadBatteryStatsData()
/base/request/request/frameworks/js/napi/src/
H A Dnapi_utils.cpp914 std::ifstream inputFile(filePath.c_str(), std::ios::binary); in ReadBytesFromFile()
/base/security/security_guard/test/unittest/data_collect/src/
H A Dsecurity_guard_data_collect_test.cpp574 std::ifstream src(CONFIG_CACHE_FILE, std::ios::binary); in HWTEST_F()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_chipset_platform_encrypt_test.cpp502 std::ifstream f(path, std::ios::binary | std::ios::in); in ReadInputFile()

Completed in 122 milliseconds

1...<<31323334353637