Home
last modified time | relevance | path

Searched +defs:access +defs:clearValue (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp827 VkClearValue clearValue = {}; in clearBufferfv() local
855 VkClearValue clearValue = {}; in clearBufferuiv() local
874 VkClearValue clearValue = {}; in clearBufferiv() local
903 VkClearValue clearValue = {}; in clearBufferfi() local
1075 vk::CommandBufferAccess access; in blitWithCommand() local
1833 vk::CommandBufferAccess access; in generateFragmentShadingRateWithCPU() local
2013 vk::CommandBufferAccess access; in resolveColorWithCommand() local
3044 VkClearValue clearValue = in mergeClearsWithDeferredClears() local
3134 VkClearValue clearValue = {}; in getCorrectedColorClearValue() local
3524 VkClearValue clearValue = {}; in startNewRenderPass() local
[all …]
H A Dvk_helpers.cpp1007 VkClearValue clearValue = {}; in GetRobustResourceClearValue() local
1445 void PackedClearValuesArray::storeColor(PackedAttachmentIndex index, const VkClearValue &clearValue) in storeColor()
1451 const VkClearValue &clearValue) in storeDepthStencil()
1492 void RenderPassAttachment::onAccess(ResourceAccess access, uint32_t currentCmdCount) in onAccess()
1674 bool RenderPassAttachment::onAccessImpl(ResourceAccess access, uint32_t currentCmdCount) in onAccessImpl()
2432 ResourceAccess access) in onColorAccess()
2438 void RenderPassCommandBufferHelper::onDepthAccess(ResourceAccess access) in onDepthAccess()
2443 void RenderPassCommandBufferHelper::onStencilAccess(ResourceAccess access) in onStencilAccess()
3338 const VkClearValue &clearValue) in updateRenderPassColorClear()
3346 const VkClearValue &clearValue) in updateRenderPassDepthStencilClear()
[all …]
H A DUtilsVk.cpp2014 vk::CommandBufferAccess access; in convertIndexBuffer() local
2077 vk::CommandBufferAccess access; in convertIndexIndirectBuffer() local
2148 vk::CommandBufferAccess access; in convertLineLoopIndexIndirectBuffer() local
2214 vk::CommandBufferAccess access; in convertLineLoopArrayIndirectBuffer() local
2333 vk::CommandBufferAccess access; in convertVertexBuffer() local
2523 const VkClearValue *clearValue, in startRenderPass()
3272 vk::CommandBufferAccess access; in stencilBlitResolveNoShaderExport() local
3673 vk::CommandBufferAccess access; in copyImageBits() local
3887 vk::CommandBufferAccess access; in copyImageToBuffer() local
3953 vk::CommandBufferAccess access; in copyRgbToRgba() local
[all …]
H A DTextureVk.cpp295 vk::ImageAccess access) in AdjustStorageViewFormatPerWorkarounds()
1603 vk::CommandBufferAccess access; in copySubImageImplWithTransfer() local
2502 vk::CommandBufferAccess access; in copyBufferDataToImage() local
2558 vk::CommandBufferAccess access; in generateMipmapsWithCompute() local
2806 vk::CommandBufferAccess access; in copyAndStageImageData() local
3198 vk::CommandBufferAccess access; in performImageQueueTransferIfNecessary() local
3712 VkClearValue clearValue = {}; in initializeContentsWithBlack() local
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-proto/1.2.0-alpha01/androidx.datastore_datastore-preferences-proto/android_common/local-combined/
Dandroidx.datastore_datastore-preferences-proto.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-proto/1.2.0-alpha01/
HDdatastore-preferences-proto-1.2.0-alpha01.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/datastore/ androidx/ ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/wear/protolayout/protolayout-proto/1.3.0-alpha04/
HDprotolayout-proto-1.3.0-alpha04.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/wear/ androidx/ ...
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dbufferobj.c420 _mesa_access_flags_to_transfer_flags(GLbitfield access, bool wholeBuffer) in _mesa_access_flags_to_transfer_flags()
471 GLintptr offset, GLsizeiptr length, GLbitfield access, in _mesa_bufferobj_map_range()
590 const GLvoid *clearValue, in clear_buffer_subdata_sw()
788 simplified_access_mode(struct gl_context *ctx, GLbitfield access) in simplified_access_mode()
994 GLubyte *clearValue, GLenum format, GLenum type, in convert_clear_buffer_data()
2749 GLubyte clearValue[MAX_PIXEL_BYTES]; in clear_buffer_sub_data() local
3534 GLsizeiptr length, GLbitfield access, in validate_map_buffer_range()
3670 GLintptr offset, GLsizeiptr length, GLbitfield access, in map_buffer_range()
3728 GLsizeiptr length, GLbitfield access) in _mesa_MapBufferRange_no_error()
3741 GLbitfield access) in _mesa_MapBufferRange()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp389 tcu::PixelBufferAccess access = ref[i].getAccess(); in iterate() local
536 const VkClearValue clearValue = makeClearValueColor(clearColor); in iterate() local
727 tcu::PixelBufferAccess access = ref[l].getAccess(); in iterate() local
H A DvktRenderPassSparseRenderTargetTests.cpp500 const VkClearValue clearValue = makeClearValueColor({0.0f, 0.0f, 0.0f, 1.0f}); in iterateInternalDynamicRendering() local
588 const tcu::ConstPixelBufferAccess access(format, m_width, m_height, 1, ptr); in verify() local
H A DvktRenderPassSubpassDependencyTests.cpp87 tcu::TextureLevel getRepresentableDepthChannel(const ConstPixelBufferAccess &access) in getRepresentableDepthChannel()
938 const tcu::ConstPixelBufferAccess access(format, m_width, m_height, 1, ptr); in iterateInternal() local
2162 VkClearValue clearValue = makeClearValueColor(Vec4(0.0f, 1.0f, 0.0f, 1.0f)); in iterateInternal() local
2768 const VkClearValue clearValue = makeClearValueColor(Vec4(0.0f)); in startDynamicRendering() local
3557 const VkClearValue clearValue = makeClearValueColor(Vec4(0.0f, 0.0f, 0.0f, 0.0f)); in iterateInternal() local
3619 const VkClearValue clearValue = makeClearValueColor(Vec4(0.0f)); in iterateInternalDynamicRendering() local
H A DvktRenderPassSampleReadTests.cpp746 const VkClearValue clearValue(makeClearValueColor(tcu::Vec4(0.0f))); in iterateInternalDynamicRendering() local
1042 const tcu::ConstPixelBufferAccess access(format, m_width, m_height, 1, ptr); in verifyResult() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp263 bool comparePixelToDepthClearValue(const ConstPixelBufferAccess &access, int x, int y, int z, float… in comparePixelToDepthClearValue()
318 bool comparePixelToStencilClearValue(const ConstPixelBufferAccess &access, int x, int y, int z, uin… in comparePixelToStencilClearValue()
336 bool comparePixelToColorClearValue(const ConstPixelBufferAccess &access, int x, int y, int z, in comparePixelToColorClearValue()
489 VkClearValue clearValue[2]; //!< the second value is used with more than one mip map member
2028 VkClearValue clearValue; in makeClearColorValue() local
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/appsearch/appsearch-external-protobuf/1.1.0-alpha04/
HDappsearch-external-protobuf-1.1.0-alpha04.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/glance/glance-appwidget-external-protobuf/1.2.0-alpha01/
HDglance-appwidget-external-protobuf-1.2.0-alpha01.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/glance/ androidx/ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-external-protobuf/1.2.0-alpha01/androidx.datastore_datastore-preferences-external-protobuf/android_common/local-combined/
Dandroidx.datastore_datastore-preferences-external-protobuf.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/datastore/datastore-preferences-external-protobuf/1.2.0-alpha01/
HDdatastore-preferences-external-protobuf-1.2.0-alpha01.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/datastore/ androidx/ ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/wear/protolayout/protolayout-external-protobuf/1.3.0-alpha04/
HDprotolayout-external-protobuf-1.3.0-alpha04.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/wear/ androidx/ ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/health/health-services-client-external-protobuf/1.1.0-alpha05/
HDhealth-services-client-external-protobuf-1.1.0-alpha05.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/health/ androidx/ ...
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp1064 const tcu::ConstPixelBufferAccess &access = *lit; in uploadImage() local
1104 const tcu::ConstPixelBufferAccess &access = layerData[layerNdx]; in uploadImage() local
1157 VkClearValue clearValue; in clearImage() local
1352 const tcu::ConstPixelBufferAccess &access = *lit; in uploadSparseImage() local
1393 const tcu::ConstPixelBufferAccess &access = layerData[layerNdx]; in uploadSparseImage() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp106 … const VkImageView colorImageView, const VkRect2D &renderArea, const VkClearValue &clearValue, in beginRendering()
399 const tcu::PixelBufferAccess access(image->getAccess()); in generateReferenceImage() local
H A DvktDrawAhbExternalFormatResolveTests.cpp680 tcu::PixelBufferAccess access = texture.getAccess(); in buildReferenceImage() local
1401 vk::VkClearValue clearValue = in beginRender() local
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/build-system/aapt2-proto/
HDaapt2-proto.jarMETA-INF/ META-INF/MANIFEST.MF Configuration.proto NOTICE Resources.proto ResourcesInternal ...
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp1481 tcu::PixelBufferAccess access = refRenderer.getAccess(); in verifyImage() local
1926 vk::VkClearValue clearValue; in iterate() local
/aosp_15_r20/packages/apps/TV/libs/m2/
Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...

12345678910>>...13