Home
last modified time | relevance | path

Searched refs:VertexInput (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp5017 namespace VertexInput namespace
5317 } // VertexInput
5846 case OPERATION_NAME_READ_VERTEX_INPUT: return de::MovePtr<OperationSupport>(new VertexInput ::Support (resourceDesc, VertexInput::DRAW_MODE_VERTEX)); in makeOperationSupport()
5847 case OPERATION_NAME_READ_INDEX_INPUT: return de::MovePtr<OperationSupport>(new VertexInput ::Support (resourceDesc, VertexInput::DRAW_MODE_INDEXED)); in makeOperationSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp4878 namespace VertexInput namespace
5184 } // VertexInput
5627 case OPERATION_NAME_READ_VERTEX_INPUT: return de::MovePtr<OperationSupport>(new VertexInput ::Support (resourceDesc, VertexInput::DRAW_MODE_VERTEX)); in makeOperationSupport()
5628 case OPERATION_NAME_READ_INDEX_INPUT: return de::MovePtr<OperationSupport>(new VertexInput ::Support (resourceDesc, VertexInput::DRAW_MODE_INDEXED)); in makeOperationSupport()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp1824 vk::PipelineStage::VertexInput, arrayBuffer); in handleDirtyGraphicsVertexBuffers()
1843 mRenderPassCommands->bufferRead(this, VK_ACCESS_INDEX_READ_BIT, vk::PipelineStage::VertexInput, in handleDirtyGraphicsIndexBuffer()
H A Dvk_helpers.h697 VertexInput = 2,
H A Dvk_helpers.cpp56 {PipelineStage::VertexInput, VK_PIPELINE_STAGE_VERTEX_INPUT_BIT},
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.c1306 INFO_ALIAS(VertexInput, vi); in vk_graphics_pipeline_state_fill()

Completed in 47 milliseconds