Home
last modified time | relevance | path

Searched refs:updateType (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DIndexBufferOffsetTest.cpp120 UpdateType updateType, in runTest()
144 if (updateType == UpdateType::SmallUpdate) in runTest()
152 else if (updateType == UpdateType::SmallThenBigUpdate) in runTest()
158 else if (updateType == UpdateType::BigThenSmallUpdate) in runTest()
166 ASSERT_EQ(updateType, UpdateType::FullUpdate); in runTest()
184 if (updateType == UpdateType::SmallUpdate) in runTest()
191 else if (updateType == UpdateType::SmallThenBigUpdate) in runTest()
197 else if (updateType == UpdateType::BigThenSmallUpdate) in runTest()
117 runTest(GLenum type, int typeWidth, void *indexDataIn, UpdateType updateType, bool useBuffersAsUboFirst) runTest() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextNvidiaVideoParserIf.hpp634 NvidiaParserPictureParametersUpdateType updateType; member
727 switch (pPictureParameters->updateType) in Update()
733 if (pPictureParameters->updateType == VK_PICTURE_PARAMETERS_UPDATE_H264_SPS) in Update()
748 else if (pPictureParameters->updateType == VK_PICTURE_PARAMETERS_UPDATE_H264_PPS) in Update()
770 if (pPictureParameters->updateType == VK_PICTURE_PARAMETERS_UPDATE_H265_SPS) in Update()
785 else if (pPictureParameters->updateType == VK_PICTURE_PARAMETERS_UPDATE_H265_PPS) in Update()
858 StdVideoPictureParametersSet* pNewSet = new StdVideoPictureParametersSet(pPictureParameters->updateType); in Create()
914 StdVideoPictureParametersSet (NvidiaParserPictureParametersUpdateType updateType) in StdVideoPictureParametersSet() argument
916 , m_updateType (updateType) in StdVideoPictureParametersSet()
H A DvktVideoBaseDecodeUtils.cpp3398 NvidiaParserPictureParametersUpdateType updateType = pSpsStdPictureParametersSet
3406 switch (updateType)
3487 NvidiaParserPictureParametersUpdateType updateType = pSpsStdPictureParametersSet
3491 switch (updateType)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.h183 BufferUpdateType updateType);
202 BufferUpdateType updateType);
208 BufferUpdateType updateType);
H A DBufferVk.cpp475 BufferUpdateType updateType = in setDataWithMemoryType() local
478 ANGLE_TRY(setDataImpl(contextVk, static_cast<const uint8_t *>(data), size, 0, updateType)); in setDataWithMemoryType()
1014 BufferUpdateType updateType) in acquireAndUpdate()
1054 ANGLE_TRY(acquireBufferHelper(contextVk, bufferSize, updateType)); in acquireAndUpdate()
1102 BufferUpdateType updateType) in setDataImpl()
1122 ANGLE_TRY(acquireAndUpdate(contextVk, data, size, offset, updateType)); in setDataImpl()
1175 BufferUpdateType updateType) in acquireBufferHelper()
1198 if (updateType == BufferUpdateType::ContentsUpdate) in acquireBufferHelper()
1207 else if (updateType == BufferUpdateType::StorageRedefined) in acquireBufferHelper()
1010 acquireAndUpdate(ContextVk *contextVk, const uint8_t *data, size_t updateSize, size_t offset, BufferUpdateType updateType) acquireAndUpdate() argument
1098 setDataImpl(ContextVk *contextVk, const uint8_t *data, size_t size, size_t offset, BufferUpdateType updateType) setDataImpl() argument
1173 acquireBufferHelper(ContextVk *contextVk, size_t sizeInBytes, BufferUpdateType updateType) acquireBufferHelper() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingValveMutableTests.cpp1933 UpdateType updateType;
2787 if (m_params.updateType == UpdateType::COPY)
3030 const bool srcSetNeeded = (m_params.updateType == UpdateType::COPY);
3510 UpdateType updateType;
3595 if (ut.updateType == UpdateType::WRITE && srcStrategy.sourceSetStrategy != SourceSetStrategy::NO_SOURCE)
3598 if (ut.updateType == UpdateType::COPY && srcStrategy.sourceSetStrategy == SourceSetStrategy::NO_SOURCE)
3609 if (ut.updateType == UpdateType::WRITE && srcType.sourceSetType != SourceSetType::NO_SOURCE)
3612 if (ut.updateType == UpdateType::COPY && srcType.sourceSetType == SourceSetType::NO_SOURCE)
3656 ut.updateType,
H A DvktBindingMutableTests.cpp2014 UpdateType updateType;
2879 if (m_params.updateType == UpdateType::COPY)
3122 const bool srcSetNeeded = (m_params.updateType == UpdateType::COPY);
3602 UpdateType updateType;
3687 if (ut.updateType == UpdateType::WRITE && srcStrategy.sourceSetStrategy != SourceSetStrategy::NO_SOURCE)
3690 if (ut.updateType == UpdateType::COPY && srcStrategy.sourceSetStrategy == SourceSetStrategy::NO_SOURCE)
3701 if (ut.updateType == UpdateType::WRITE && srcType.sourceSetType != SourceSetType::NO_SOURCE)
3704 if (ut.updateType == UpdateType::COPY && srcType.sourceSetType == SourceSetType::NO_SOURCE)
3748 ut.updateType,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingMutableTests.cpp2010 UpdateType updateType;
2875 if (m_params.updateType == UpdateType::COPY)
3118 const bool srcSetNeeded = (m_params.updateType == UpdateType::COPY);
3598 UpdateType updateType;
3683 if (ut.updateType == UpdateType::WRITE && srcStrategy.sourceSetStrategy != SourceSetStrategy::NO_SOURCE)
3686 if (ut.updateType == UpdateType::COPY && srcStrategy.sourceSetStrategy == SourceSetStrategy::NO_SOURCE)
3697 if (ut.updateType == UpdateType::WRITE && srcType.sourceSetType != SourceSetType::NO_SOURCE)
3700 if (ut.updateType == UpdateType::COPY && srcType.sourceSetType == SourceSetType::NO_SOURCE)
3744 ut.updateType,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp808 std::string toString(SetUpdateType updateType) in toString() argument
810 switch (updateType) in toString()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp807 std::string toString(SetUpdateType updateType) in toString() argument
809 switch (updateType) in toString()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp2664 StdVideoPictureParametersSet::StdType updateType = pStdVideoPictureParametersSet->GetStdType();
2665 switch (updateType)
2755 StdVideoPictureParametersSet::StdType updateType = pStdVideoPictureParametersSet->GetStdType();
2756 switch (updateType)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp5928 UpdateCase updateType; in addUpdateTests() member
5971 updateTypes[updateTypesIdx].updateType, in addUpdateTests()

Completed in 40 milliseconds