Lines Matching +defs:fs +defs:err
88 VkResult err = vkCreateRenderPass(m_device->device(), &rpci, nullptr, &rp); in TEST_F() local
382 VkResult err = VK_SUCCESS; in TEST_F() local
854 VkShaderObj fs(m_device, bindStateFragShaderText, VK_SHADER_STAGE_FRAGMENT_BIT, this); in TEST_F() local
1044 VkShaderObj fs(m_device, fsSource, VK_SHADER_STAGE_FRAGMENT_BIT, this); in TEST_F() local
1058 VkResult err = pipe.CreateVKPipeline(descriptorSet.GetPipelineLayout(), renderPass()); in TEST_F() local
1100 VkShaderObj fs(m_device, fsSource, VK_SHADER_STAGE_FRAGMENT_BIT, this); in TEST_F() local
1114 VkResult err = pipe.CreateVKPipeline(descriptorSet.GetPipelineLayout(), renderPass()); in TEST_F() local
1155 VkShaderObj fs(m_device, fsSource, VK_SHADER_STAGE_FRAGMENT_BIT, this); in TEST_F() local
1169 VkResult err = pipe.CreateVKPipeline(descriptorSet.GetPipelineLayout(), renderPass()); in TEST_F() local
2850 VkResult err; in TEST_F() local
4864 VkShaderObj fs(m_device, bindStateFragShaderText, VK_SHADER_STAGE_FRAGMENT_BIT, this); in TEST_F() local