Searched defs:m_vk (Results 1 - 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBufferObjectUtil.hpp64 const vk::DeviceInterface& m_vk; member in class:vkt::Draw::Buffer
H A DvktDrawImageObjectUtil.hpp260 const vk::DeviceInterface& m_vk; member in class:vkt::Draw::Image
H A DvktDrawBaseClass.hpp126 const vk::DeviceInterface& m_vk; member in class:vkt::Draw::DrawTestsBaseClass
H A DvktDrawInstancedTests.cpp213 const vk::DeviceInterface& m_vk; member in class:vkt::Draw::__anon3783::InstancedDrawInstance
295 , m_vk (context.getDeviceInterface())
308 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
314 m_colorTargetImage = Image::createAndAlloc(m_vk, device, targetImageCreateInfo, m_context.getDefaultAllocator());
317 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo);
346 m_renderPass = vk::createRenderPass(m_vk, device, &renderPassCreateInfo);
353 m_framebuffer = vk::createFramebuffer(m_vk, device, &framebufferCreateInfo);
397 m_cmdPool = vk::createCommandPool(m_vk, device, &cmdPoolCreateInfo);
407 m_cmdBuffer = vk::allocateCommandBuffer(m_vk, device, &cmdBufferAllocateInfo);
409 const vk::Unique<vk::VkShaderModule> vs(createShaderModule(m_vk, devic
[all...]
H A DvktBasicDrawTests.cpp284 const vk::DeviceInterface& m_vk; member in class:vkt::Draw::__anon3776::DrawTestInstanceBase
306 , m_vk (context.getDeviceInterface())
323 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
329 m_colorTargetImage = Image::createAndAlloc(m_vk, device, targetImageCreateInfo, m_context.getDefaultAllocator());
332 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo);
361 m_renderPass = vk::createRenderPass(m_vk, device, &renderPassCreateInfo);
368 m_framebuffer = vk::createFramebuffer(m_vk, device, &framebufferCreateInfo);
399 m_vertexBuffer = Buffer::createAndAlloc(m_vk, device, BufferCreateInfo(dataSize,
405 vk::flushMappedMemoryRange(m_vk,
412 m_cmdPool = vk::createCommandPool(m_vk, devic
[all...]
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPlatform.hpp61 Functions m_vk; member in class:vk::PlatformDriver
78 Functions m_vk; member in class:vk::InstanceDriver
95 Functions m_vk; member in class:vk::DeviceDriver
H A DvkMemUtil.hpp131 const DeviceInterface& m_vk; member in class:vk::SimpleAllocator
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.hpp89 const vk::DeviceInterface& m_vk; member in class:vkt::DynamicState::DynamicStateBaseClass
H A DvktDynamicStateDSTests.cpp62 , m_vk (context.getDeviceInterface())
81 const vk::DeviceInterface& m_vk; member in class:vkt::DynamicState::__anon3792::DepthStencilBaseCase
134 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
136 const vk::Unique<vk::VkShaderModule> vs(createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_vertexShaderName), 0));
137 const vk::Unique<vk::VkShaderModule> fs(createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_fragmentShaderName), 0));
146 m_colorTargetImage = Image::createAndAlloc(m_vk, device, targetImageCreateInfo, m_context.getDefaultAllocator());
153 m_depthStencilImage = Image::createAndAlloc(m_vk, device, depthStencilImageCreateInfo, m_context.getDefaultAllocator());
156 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo);
159 m_attachmentView = vk::createImageView(m_vk, device, &attachmentViewInfo);
204 m_renderPass = vk::createRenderPass(m_vk, devic
[all...]
H A DvktDynamicStateRSTests.cpp55 , m_vk (context.getDeviceInterface())
74 const vk::DeviceInterface& m_vk; member in class:vkt::DynamicState::__anon3795::DepthBiasBaseCase
125 m_pipelineLayout = vk::createPipelineLayout(m_vk, device, &pipelineLayoutCreateInfo);
127 const vk::Unique<vk::VkShaderModule> vs(createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_vertexShaderName), 0));
128 const vk::Unique<vk::VkShaderModule> fs(createShaderModule(m_vk, device, m_context.getBinaryCollection().get(m_fragmentShaderName), 0));
134 m_colorTargetImage = Image::createAndAlloc(m_vk, device, targetImageCreateInfo, m_context.getDefaultAllocator());
140 m_depthStencilImage = Image::createAndAlloc(m_vk, device, depthStencilImageCreateInfo, m_context.getDefaultAllocator());
143 m_colorTargetView = vk::createImageView(m_vk, device, &colorTargetViewInfo);
146 m_attachmentView = vk::createImageView(m_vk, device, &attachmentViewInfo);
190 m_renderPass = vk::createRenderPass(m_vk, devic
[all...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp114 const vk::DeviceInterface& getDeviceInterface (void) const { return m_vk; }
127 const vk::DeviceInterface& m_vk; member in class:vkt::synchronization::OperationContext

Completed in 784 milliseconds