Lines Matching refs:vk_testing
37 class VkDeviceObj : public vk_testing::Device {
147 class VkCommandBufferObj : public vk_testing::CommandBuffer {
195 class VkConstantBufferObj : public vk_testing::Buffer {
217 vk_testing::BufferView m_bufferView;
220 vk_testing::CommandPool *m_commandPool;
222 vk_testing::Fence m_fence;
247 class VkImageObj : public vk_testing::Image {
305 vk_testing::ImageView m_targetView;
317 vk_testing::ImageView m_textureView;
332 vk_testing::ImageView m_imageView;
337 class VkSamplerObj : public vk_testing::Sampler {
345 class VkDescriptorSetObj : public vk_testing::DescriptorPool {
368 vk_testing::DescriptorSetLayout m_layout;
369 vk_testing::PipelineLayout m_pipeline_layout;
370 vk_testing::DescriptorSet *m_set = NULL;
373 class VkShaderObj : public vk_testing::ShaderModule {
386 class VkPipelineObj : public vk_testing::Pipeline {