Home
last modified time | relevance | path

Searched defs:simultaneous_access (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource_state.cpp105 …ource_state_init(d3d12_resource_state *state, uint32_t subresource_count, bool simultaneous_access) in d3d12_resource_state_init()
157 bool simultaneous_access, in resource_state_if_promoted()
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c1579 …const bool simultaneous_access = image->desc.Flags & D3D12_RESOURCE_FLAG_ALLOW_SIMULTANEOUS_ACCESS; in dzn_CmdPipelineBarrier2_enhanced() local