Home
last modified time | relevance | path

Searched refs:eGraphics (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp537 commandBuffer->bindPipeline(vkhpp::PipelineBindPoint::eGraphics, *pipelineInfo->pipeline); in TEST_P()
655 commandBuffer->bindPipeline(vkhpp::PipelineBindPoint::eGraphics, *pipelineInfo->pipeline); in TEST_P()
835 commandBuffer->bindPipeline(vkhpp::PipelineBindPoint::eGraphics, *pipelineInfo->pipeline); in TEST_P()
836 commandBuffer->bindDescriptorSets(vkhpp::PipelineBindPoint::eGraphics, in TEST_P()
862 commandBuffer->bindPipeline(vkhpp::PipelineBindPoint::eGraphics, *pipelineInfo->pipeline); in TEST_P()
889 commandBuffer->bindPipeline(vkhpp::PipelineBindPoint::eGraphics, *pipelineInfo->pipeline); in TEST_P()
890 commandBuffer->bindDescriptorSets(vkhpp::PipelineBindPoint::eGraphics, in TEST_P()
1228 commandBuffer->bindPipeline(vkhpp::PipelineBindPoint::eGraphics, *pipelineInfo->pipeline); in TEST_P()
1229 commandBuffer->bindDescriptorSets(vkhpp::PipelineBindPoint::eGraphics, in TEST_P()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp91 if (prop.queueFlags & vkhpp::QueueFlagBits::eGraphics) { in TEST_P()
DGfxstreamEnd2EndTests.cpp566 if (prop.queueFlags & vkhpp::QueueFlagBits::eGraphics) { in SetUpTypicalVkTestEnvironment()
DGfxstreamEnd2EndVkTests.cpp860 .pipelineBindPoint = vkhpp::PipelineBindPoint::eGraphics, in TEST_P()
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp325 cmd->bindPipeline(vkhpp::PipelineBindPoint::eGraphics, *pipeline); in CanHandlePrecisionQualifierWithYuvSampler()
327 cmd->bindDescriptorSets(vkhpp::PipelineBindPoint::eGraphics, in CanHandlePrecisionQualifierWithYuvSampler()
DVulkan.cpp206 if (prop.queueFlags & vkhpp::QueueFlagBits::eGraphics) { in Load()
890 .pipelineBindPoint = vkhpp::PipelineBindPoint::eGraphics, in CreateFramebuffer()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1209 eGraphics = VK_QUEUE_GRAPHICS_BIT, enumerator
1222 QueueFlagBits::eGraphics
2331 eGraphics = VK_PIPELINE_BIND_POINT_GRAPHICS, enumerator
Dvulkansc_to_string.hpp146 if ( value & QueueFlagBits::eGraphics ) result += "Graphics | "; in to_string()
2170 case QueueFlagBits::eGraphics : return "Graphics"; in to_string()
3102 case PipelineBindPoint::eGraphics : return "Graphics"; in to_string()
Dvulkan_enums.hpp2070 eGraphics = VK_QUEUE_GRAPHICS_BIT, enumerator
2089 QueueFlagBits::eGraphics
3579 eGraphics = VK_PIPELINE_BIND_POINT_GRAPHICS, enumerator
Dvulkan_to_string.hpp182 if ( value & QueueFlagBits::eGraphics ) result += "Graphics | "; in to_string()
4202 case QueueFlagBits::eGraphics : return "Graphics"; in to_string()
5359 case PipelineBindPoint::eGraphics : return "Graphics"; in to_string()