Searched refs:BarrierType (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkCommandBuffer.h | 35 enum BarrierType { enum 45 BarrierType barrierType,
|
D | GrVkCommandBuffer.cpp | 134 BarrierType barrierType, in pipelineBarrier()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBarrierTests.cpp | 286 enum class BarrierType enum 297 BarrierType barrierType; 299 …TestParams (VkDescriptorType resourceType_, Stage writerStage_, Stage readerStage_, BarrierType ba… in TestParams() 1362 …const auto expectedLayout = ((m_params.barrierType == BarrierType::SPECIFIC) ? VK_IMAGE_LAYOUT_TRA… in iterate() 1468 if (m_params.barrierType == BarrierType::GENERAL) in iterate() 1476 else if (m_params.barrierType == BarrierType::SPECIFIC) in iterate() 1678 BarrierType barrierType; in createBarrierTests() 1682 { BarrierType::GENERAL, "memory_barrier" }, in createBarrierTests() 1683 { BarrierType::SPECIFIC, "specific_barrier" }, in createBarrierTests()
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.h | 34 enum BarrierType { enum 44 BarrierType barrierType,
|
D | GrVkCommandBuffer.cpp | 86 BarrierType barrierType, in pipelineBarrier()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation_types.h | 1284 using BarrierType = Barrier; 1291 QFOTransferBarrierBase(const BarrierType &barrier, const HandleType &resource_handle) 1320 QFOTransferBarrier(const BarrierType &barrier) 1331 bool operator==(const QFOTransferBarrier<BarrierType> &rhs) const { 1360 bool operator==(const QFOTransferBarrier<BarrierType> &rhs) const {
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 2169 void dmb(BarrierDomain domain, BarrierType type); 2172 void dsb(BarrierDomain domain, BarrierType type);
|
D | constants-aarch64.h | 415 enum BarrierType { enum
|
D | assembler-aarch64.cc | 2694 void Assembler::dmb(BarrierDomain domain, BarrierType type) { in dmb() 2699 void Assembler::dsb(BarrierDomain domain, BarrierType type) { in dsb()
|
D | macro-assembler-aarch64.h | 1388 void Dmb(BarrierDomain domain, BarrierType type) { in Dmb() 1393 void Dsb(BarrierDomain domain, BarrierType type) { in Dsb()
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 787 void dmb(BarrierDomain domain, BarrierType type) 794 void dsb(BarrierDomain domain, BarrierType type)
|