HomeSort by relevance Sort by last modified time
    Searched refs:MakeDynamic (Results 1 - 3 of 3) sorted by null

  /external/vulkan-validation-layers/tests/
vkrenderframework.h 393 void MakeDynamic(VkDynamicState state);
vkrenderframework.cpp     [all...]
layer_validation_tests.cpp 450 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_LINE_WIDTH);
457 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_DEPTH_BIAS);
467 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_VIEWPORT);
470 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_SCISSOR);
473 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_BLEND_CONSTANTS);
480 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_DEPTH_BOUNDS);
483 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK);
486 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_STENCIL_WRITE_MASK);
489 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_STENCIL_REFERENCE);
    [all...]

Completed in 2062 milliseconds