Home
last modified time | relevance | path

Searched refs:value (Results 23101 - 23125 of 24686) sorted by relevance

1...<<921922923924925926927928929930>>...988

/third_party/openssl/crypto/cms/
H A Dcms_pwri.c151 value.sequence)) in CMS_add0_recipient_password()
212 * Do a decrypt of last decrypted block to set IV to correct value in kek_unwrap_key()
221 /* Reset IV to original value */ in kek_unwrap_key()
232 /* Invalid length value */ in kek_unwrap_key()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp40 #define ARRAY_LENGTH(a_) std::extent<decltype(a_)>::value
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp338 vk::VkSemaphoreSubmitInfoKHR makeCommonSemaphoreSubmitInfo (vk::VkSemaphore semaphore, deUint64 value, vk::VkPipelineStageFlags2KHR stageMask);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DRenderbuffer.cpp162 // Potentially adjust "samplesIn" to a supported value in setStorageMultisample()
332 return id().value; in getId()
H A DProgramExecutable.h323 return mCachedValidateSamplersResult.value();
H A DvalidationES1_autogen.h316 GLclampx value,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DTextureGL.h261 GLenum value,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp176 egl::Error DXGISwapChainWindowSurfaceWGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp79 return PO + Alignment.value() + offsetToAlignment(PO, Alignment); in postOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCFragment.cpp434 OS << " BoundarySize:" << BF->getAlignment().value() in dump()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseBufferTests.hpp44 static unsigned int alignOffset(const unsigned int& offset, const unsigned int& value);
71 * is set to (0.5 * GL_SPARSE_BUFFER_PAGE_SIZE_ARB). Skip if the constant's value
75 * is set to (0.5 * GL_SPARSE_BUFFER_PAGE_SIZE_ARB). Skip if the constant's value
119 * pname and return a value equal to or larger than 1, but no bigger than 65536
159 * gl_VertexID's value (eg. increment AC0 if gl_VertexID % 2 == 0, increment
447 glw::GLuint m_helper_bo; /* stores AC value + indirect dispatch call args */
736 * GL_QUERY_BUFFER binding point. Read back the value of the query from
743 * a) The page holding the result value is committed.
744 * b) The page holding the result value is NOT committed. In this case,
785 * a single invocation-specific value
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_instruction.cpp150 // a variable value should trigger the capability requirement, but that's in CheckRequiredCapabilities()
181 operand_desc->value == SpvDecorationFPRoundingMode) { in CheckRequiredCapabilities()
265 // TODO(dneto): Check the value referenced by this Id, if we can compute in CapabilityCheck()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_vector_shuffle_test.cpp429 OpMemberName %25 0 "value" in TEST()
/third_party/skia/third_party/externals/spirv-tools/tools/opt/
H A Dopt.cpp162 followed by a store of the initial value. This is done to work in PrintUsage()
168 with a switch that has a case for every possible value of the in PrintUsage()
264 same value, and deletes the redundant ones.)"); in PrintUsage()
269 this flag and must be a positive integer value.)"); in PrintUsage()
280 Identifies code in loops that has the same value for every in PrintUsage()
302 Sets the maximum value for the id bound for the module. The in PrintUsage()
303 default is the minimum value for this limit, 0x3FFFFF. See in PrintUsage()
404 same value, and deletes the redundant ones.)"); in PrintUsage()
449 be replaced. 0 means there is no limit. The default value is in PrintUsage()
452 --set-spec-const-default-value "<spe in PrintUsage()
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_1_0_autogen.h99 ANGLE_EXPORT void GL_APIENTRY GL_SampleCoveragex(GLclampx value, GLboolean invert);
/third_party/skia/src/gpu/
H A DGrResourceCache.h224 // OH ISSUE: adjust the value when there is an interrupt
288 void dumpStatsKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* value) const;
508 // purgeable resources by this value, and thus is used to purge resources in LRU order.
/third_party/skia/src/core/
H A DSkGlyph.h82 uint32_t value() const { in value() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DParseHelper.h153 void handlePragmaDirective(const TSourceLoc &line, const char* name, const char* value, bool stdgl);
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.hpp421 float value[4]; // For float constants member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DContext.cpp305 snprintf(name, sizeof(name), "Thread<0x%x>", id.value()); in currentThread()
/third_party/openssl/ohos_lite/include/openssl/
H A Dpkcs7.h276 void *value);
/third_party/openssl/ohos_lite/include/crypto/
H A Devp.h79 int (*ctrl_str) (EVP_PKEY_CTX *ctx, const char *type, const char *value);
134 /* Default value for variable length ciphers */
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_context.cpp413 // value_count method is guaranteed to return a value greater than 0. in GetRandomSynonymType()
420 ->value(result_index) in GetRandomSynonymType()
423 "|result| is not a value of SynonymType"); in GetRandomSynonymType()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_descriptor.h246 // value in |step_value| and the initial value of the induction variable in
253 // Returns the value of the OpLoopMerge control operand as a bool. Loop
306 // Extract the initial value from the |induction| variable and store it in
307 // |value|. If the function couldn't find the initial value of |induction|
310 int64_t* value) const;
337 // condition value for the residual loop.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_context.cpp413 // value_count method is guaranteed to return a value greater than 0. in GetRandomSynonymType()
420 ->value(result_index) in GetRandomSynonymType()
423 "|result| is not a value of SynonymType"); in GetRandomSynonymType()

Completed in 34 milliseconds

1...<<921922923924925926927928929930>>...988