Searched refs:GetVkImageLayout (Results 1 – 14 of 14) sorted by relevance
20 SK_API VkImageLayout GetVkImageLayout(const MutableTextureState& state);21 SK_API VkImageLayout GetVkImageLayout(const MutableTextureState* state);
74 BackendTextures::GetVkImageLayout(beTexture2) == VK_IMAGE_LAYOUT_UNDEFINED); in DEF_GRAPHITE_TEST_FOR_VULKAN_CONTEXT()82 BackendTextures::GetVkImageLayout(beTexture2) == in DEF_GRAPHITE_TEST_FOR_VULKAN_CONTEXT()83 BackendTextures::GetVkImageLayout(beTexture)); in DEF_GRAPHITE_TEST_FOR_VULKAN_CONTEXT()
223 BackendTextures::GetVkImageLayout(texture) == VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL); in DEF_GRAPHITE_TEST_FOR_VULKAN_CONTEXT()231 BackendTextures::GetVkImageLayout(texture) == VK_IMAGE_LAYOUT_GENERAL); in DEF_GRAPHITE_TEST_FOR_VULKAN_CONTEXT()
42 using skgpu::MutableTextureStates::GetVkImageLayout;155 REPORTER_ASSERT(reporter, GetVkImageLayout(previousState) == initLayout); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()169 GetVkImageLayout(previousState) == VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()187 GetVkImageLayout(previousState) == VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()204 REPORTER_ASSERT(reporter, GetVkImageLayout(previousState) == VK_IMAGE_LAYOUT_GENERAL); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT()
61 VkImageLayout GetVkImageLayout(const MutableTextureState& state) { in GetVkImageLayout() function66 VkImageLayout GetVkImageLayout(const MutableTextureState* state) { in GetVkImageLayout() function
90 VkImageLayout GetVkImageLayout(const BackendTexture& tex) { in GetVkImageLayout() function96 return skgpu::MutableTextureStates::GetVkImageLayout(vkData->mutableState().get()); in GetVkImageLayout()
77 VkImageLayout GetVkImageLayout(const BackendTexture&);
349 return skgpu::MutableTextureStates::GetVkImageLayout(this->mutableState()); in currentLayout()
213 skgpu::MutableTextureStates::GetVkImageLayout(createdTextureInfo.fMutableState.get()), in onCreateBackendTexture()
212 VkImageLayout newLayout = skgpu::MutableTextureStates::GetVkImageLayout(newState); in prepareSurfaceForStateUpdate()
17 newInfo.fImageLayout = skgpu::MutableTextureStates::GetVkImageLayout(mutableState); in GrVkImageInfoWithMutableState()
141 return skgpu::MutableTextureStates::GetVkImageLayout(fMutableState.get()); in currentLayout()
1952 skgpu::MutableTextureStates::GetVkImageLayout(newState), in setBackendTextureState()1969 skgpu::MutableTextureStates::GetVkImageLayout(newState), in setBackendRenderTargetState()2200 skgpu::MutableTextureStates::GetVkImageLayout(newState); in prepareSurfacesForBackendAccessAndStateUpdates()
279 …SkASSERT(skgpu::MutableTextureStates::GetVkImageLayout(fMutableState.get()) == fInfo.fImageLayout); in init()