Home
last modified time | relevance | path

Searched refs:update (Results 1051 - 1075 of 1364) sorted by relevance

1...<<41424344454647484950>>...55

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPipelineInteractionTests.cpp444 .update(vk, device); in iterate()
998 .update(vk, device); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp393 .update(vk, device); in executeComputePipeline()
461 .update (vk, device); in executeGraphicPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp1462 .update(vkd, vkDevice); in renderQuad()
1475 .update(vkd, vkDevice); in renderQuad()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp1381 .update(vkd, m_context.getDevice()); in ShaderCaseInstance()
1396 .update(vkd, m_context.getDevice()); in ShaderCaseInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawIndirectTest.cpp283 .update(m_vk, m_context.getDevice()); in negateDataUsingCompute()
294 .update(m_vk, m_context.getDevice()); in negateDataUsingCompute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTranscodingSupportTests.cpp418 .update(vk, device); in transcode()
684 .update(vk, device); in transcode()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.hpp183 void update(glw::GLsizeiptr size, glw::GLvoid* data, glw::GLenum usage);
334 void update(glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum format, glw::GLenum type,
/third_party/skia/src/core/
H A DSkScan_AAAPath.cpp1116 if (!leftE->update(y)) {
1125 if (!riteE->update(y)) {
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp759 dstBuffer->update(dstOffset, data.size(), data.data());
901 // Also note that this would be a good moment to update cube map borders or decompress compressed textures, if necessary.
1751 debuggerThread->update(true, [&](vk::dbg::Frame &frame) { in submit()
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go261 // and changeInfo.update().
326 err := change.update(client)
328 log.Println(cause.Wrap(err, "Couldn't update info for change '%s'", change.id))
373 // changeInfo.update() uses this header to detect whether a patchset has
785 return nil, fmt.Errorf("Failed to locate %s while trying to update the dEQP SHA", deqpConfigRelPath)
848 return cause.Wrap(err, "Failed to update test lists from dEQP")
898 // and have it update the commit with the same change-id.
1086 // update queries gerrit for information about the given change.
1087 func (c *changeInfo) update(client *gerrit.Client) error {
/third_party/openssl/ssl/statem/
H A Dstatem_lib.c673 * There are only two defined key update types. Fail if we get a value we in tls_process_key_update()
683 * If we get a request for us to update our sending keys too then, we need in tls_process_key_update()
685 * not also request an update (otherwise we get into an infinite loop). in tls_process_key_update()
1094 * In TLSv1.3 we update the cache as part of constructing the in tls_finish_handshake()
1114 * In TLSv1.3 we update the cache as part of processing the in tls_finish_handshake()
1432 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION.
1466 # error Code needs update for DTLS_method() support beyond DTLS1_2_VERSION.
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h85 int EVP_MD_meth_set_update(EVP_MD *md, int (*update)(EVP_MD_CTX *ctx,
151 # define EVP_MD_CTX_FLAG_ONESHOT 0x0001/* digest update will be
455 int (*update) (EVP_MD_CTX *ctx,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h35 // an update from a subset of the abstract attributes.
37 // The update method `AbstractAttribute::updateImpl` is implemented by the
41 // abstract attribute that changed. In every invocation, the update method has
56 // height lattice and the update function to be monotone. However, these
1081 // Bootstrap the new attribute with an initial update to propagate in getOrCreateAAFor()
1090 AA.update(*this); in getOrCreateAAFor()
1696 /// associated with the abstract attribute. The update is invoked by the
1765 /// Hook for the Attributor to trigger an update of the internal state.
1771 ChangeStatus update(Attributor &A);
1788 /// The actual update/transfe
[all...]
/third_party/python/Parser/
H A Dasdl_c.py1515 module_state.update(
1519 module_state.update(
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTestsEXT.cpp577 updateBuilder.update(vkd, device); in iterate()
1378 updateBuilder.update(vkd, device); in iterate()
H A DvktMeshShaderSyncTestsEXT.cpp1032 updateBuilder.update(vkd, device); in iterate()
1581 updateBuilder.update(vkd, device); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp827 .update(vk, device); in testNoAtt()
1548 .update(vk, device); in testInputResolveSameAttachment()
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp673 builder.update(vk, device); in drawAndSampleInputAttachment()
1206 builder.update(vk, device); in dispatchSampleImage()
H A DvktPipelineSpecConstantTests.cpp542 .update(vk, device); in iterate()
675 .update(vk, device); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp566 .update(vk, device); in validateImage()
872 .update(vk, device); in renderYCbCrToColor()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingShaderBindingTableTests.cpp947 .update(vkd, device); in runTest()
1361 updateBuilder.update(vkd, device); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp1794 setUpdateBuilder.update(vk, device); in iterate()
1852 setUpdateBuilder2.update(vk, device); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp773 .update(vkd, device); in iterate()
902 .update(vkd, device); in iterate()
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp393 .update(vk, device); in executeComputePipeline()
461 .update (vk, device); in executeGraphicPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.cpp1495 .update(vkd, vkDevice); in renderQuad()
1508 .update(vkd, vkDevice); in renderQuad()

Completed in 62 milliseconds

1...<<41424344454647484950>>...55