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 421 void MakeDynamic(VkDynamicState state);
vkrenderframework.cpp     [all...]
layer_validation_tests.cpp 376 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_LINE_WIDTH);
379 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_DEPTH_BIAS);
384 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_VIEWPORT);
389 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_SCISSOR);
394 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_BLEND_CONSTANTS);
397 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_DEPTH_BOUNDS);
400 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK);
403 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_STENCIL_WRITE_MASK);
406 pipelineobj.MakeDynamic(VK_DYNAMIC_STATE_STENCIL_REFERENCE);
    [all...]

Completed in 312 milliseconds