OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeRenderPassWithoutAttachments
(Results
1 - 5
of
5
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationFractionalSpacingTests.cpp
477
const Unique<VkRenderPass> renderPass (
makeRenderPassWithoutAttachments
(vk, device));
vktTessellationUtil.hpp
204
vk::Move<vk::VkRenderPass>
makeRenderPassWithoutAttachments
(const vk::DeviceInterface& vk, const vk::VkDevice device);
vktTessellationInvarianceTests.cpp
606
, m_renderPass (
makeRenderPassWithoutAttachments
(m_context.getDeviceInterface(), m_context.getDevice()))
[
all
...]
vktTessellationCoordinatesTests.cpp
530
const Unique<VkRenderPass> renderPass (
makeRenderPassWithoutAttachments
(vk, device));
vktTessellationUtil.cpp
412
Move<VkRenderPass>
makeRenderPassWithoutAttachments
(const DeviceInterface& vk,
[
all
...]
Completed in 261 milliseconds