Home
last modified time | relevance | path

Searched refs:renderFullSquare (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp287 bool renderFullSquare; // Forces to render whole render area, though with background color member
474 const bool renderFullSquare = false,
H A DvktSpvAsmGraphicsShaderTestUtil.cpp277 , renderFullSquare (false)
305 , renderFullSquare (other.renderFullSquare) in InstanceContext()
3155 // The rest is used only renderFullSquare specified. Fills area already filled with clear color in runAndVerifyDefaultPipeline()
3188 const size_t vertexCount = instance.renderFullSquare ? sizeof(vertexData) / singleVertexDataSize : 4*3; in runAndVerifyDefaultPipeline()
4737 const bool renderFullSquare, in createTestForStage()
4760 ctx.renderFullSquare = renderFullSquare; in createTestForStage()
4723 createTestForStage(vk::VkShaderStageFlagBits stage, const std::string& name, const RGBA (&inputColors)[4], const RGBA (&outputColors)[4], const map<string, string>& testCodeFragments, const SpecConstants& specConstants, const PushConstants& pushConstants, const GraphicsResources& resources, const GraphicsInterfaces& interfaces, const vector<string>& extensions, VulkanFeatures vulkanFeatures, tcu::TestCaseGroup* tests, const qpTestResult failResult, const string& failMessageTemplate, const bool renderFullSquare, const bool splitRenderArea) createTestForStage() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp287 bool renderFullSquare; // Forces to render whole render area, though with background color member
474 const bool renderFullSquare = false,
H A DvktSpvAsmGraphicsShaderTestUtil.cpp277 , renderFullSquare (false)
305 , renderFullSquare (other.renderFullSquare) in InstanceContext()
3152 // The rest is used only renderFullSquare specified. Fills area already filled with clear color in runAndVerifyDefaultPipeline()
3185 const size_t vertexCount = instance.renderFullSquare ? sizeof(vertexData) / singleVertexDataSize : 4*3; in runAndVerifyDefaultPipeline()
4734 const bool renderFullSquare, in createTestForStage()
4757 ctx.renderFullSquare = renderFullSquare; in createTestForStage()
4720 createTestForStage(vk::VkShaderStageFlagBits stage, const std::string& name, const RGBA (&inputColors)[4], const RGBA (&outputColors)[4], const map<string, string>& testCodeFragments, const SpecConstants& specConstants, const PushConstants& pushConstants, const GraphicsResources& resources, const GraphicsInterfaces& interfaces, const vector<string>& extensions, VulkanFeatures vulkanFeatures, tcu::TestCaseGroup* tests, const qpTestResult failResult, const string& failMessageTemplate, const bool renderFullSquare, const bool splitRenderArea) createTestForStage() argument

Completed in 16 milliseconds