/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 60 DEMOTE enumerator 429 else if (m_discardType == DiscardType::DEMOTE) in initPrograms() 529 if (m_discardType == DiscardType::DEMOTE) in initPrograms() 548 if (m_discardType == DiscardType::DEMOTE) in checkSupport() 605 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write" + postfix, BufferType::DEPTH, DiscardType::DEMOTE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 606 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_initialize" + postfix, BufferType::DEPTH, DiscardType::DEMOTE, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 607 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write_initialize" + postfix, BufferType::DEPTH, DiscardType::DEMOTE, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests() 623 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_demote_write" + postfix, BufferType::STENCIL, DiscardType::DEMOTE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 624 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_demote_initialize" + postfix, BufferType::STENCIL, DiscardType::DEMOTE, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 625 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_demote_write_initialize" + postfix, BufferType::STENCIL, DiscardType::DEMOTE, MutationMod in createDepthStencilWriteConditionsTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 60 DEMOTE enumerator 431 else if (m_discardType == DiscardType::DEMOTE) in initPrograms() 531 if (m_discardType == DiscardType::DEMOTE) in initPrograms() 550 if (m_discardType == DiscardType::DEMOTE) in checkSupport() 607 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write" + postfix, "", BufferType::DEPTH, DiscardType::DEMOTE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 608 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_initialize" + postfix, "", BufferType::DEPTH, DiscardType::DEMOTE, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 609 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write_initialize" + postfix, "", BufferType::DEPTH, DiscardType::DEMOTE, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests() 625 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_demote_write" + postfix, "", BufferType::STENCIL, DiscardType::DEMOTE, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 626 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_demote_initialize" + postfix, "", BufferType::STENCIL, DiscardType::DEMOTE, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 627 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "stencil_demote_write_initialize" + postfix, "", BufferType::STENCIL, DiscardType::DEMOTE, MutationMod in createDepthStencilWriteConditionsTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 61 DEMOTE, member in vkt::rasterization::__anon28370::CaseType 166 else if (m_params.caseType == CaseType::DEMOTE) in checkSupport() 219 case CaseType::DEMOTE: in initPrograms() 703 TestParams params(CaseType::DEMOTE, kDefaultClearColor, kDefaultDrawColor, colorAtEnd, kDefaultDepthBoundsParams); in createFragSideEffectsTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 61 DEMOTE, member in vkt::rasterization::__anon29573::CaseType 166 else if (m_params.caseType == CaseType::DEMOTE) in checkSupport() 219 case CaseType::DEMOTE: in initPrograms() 701 TestParams params(CaseType::DEMOTE, kDefaultClearColor, kDefaultDrawColor, colorAtEnd, kDefaultDepthBoundsParams); in createFragSideEffectsTests()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp.h | 484 DEMOTE = 685, /* DEMOTE */ enumerator
|
H A D | Scan.cpp | 411 (*KeywordMap)["demote"] = DEMOTE; in fillInKeywordMap() 1797 case DEMOTE: in tokenizeIdentifier()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 2204 INSTR1NODST(DEMOTE)
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 762 NV50_IR_OPCODE_CASE(DEMOTE, DISCARD); in translateOpcode()
|