Home
last modified time | relevance | path

Searched defs:DynamicState (Results 1 – 25 of 32) sorted by relevance

12

/external/swiftshader/src/Device/
DContext.hpp122 struct DynamicState struct
124 VkViewport viewport;
125 VkRect2D scissor;
126 sw::float4 blendConstants;
127 float depthBiasConstantFactor = 0.0f;
128 float depthBiasClamp = 0.0f;
129 float depthBiasSlopeFactor = 0.0f;
130 float minDepthBounds = 0.0f;
131 float maxDepthBounds = 0.0f;
133 VkCullModeFlags cullMode = VK_CULL_MODE_NONE;
[all …]
/external/rust/crates/vulkano/src/command_buffer/
Dmod.rs173 pub struct DynamicState { struct
182 impl DynamicState { argument
196 impl Default for DynamicState { implementation
Dauto.rs1159 dynamic: &DynamicState, in draw()
1232 dynamic: &DynamicState, in draw_indirect()
1322 dynamic: &DynamicState, in draw_indexed()
1408 dynamic: &DynamicState, in draw_indexed_indirect()
2112 unsafe fn set_state(destination: &mut SyncCommandBufferBuilder, dynamic: &DynamicState) { in set_state()
Dstate_cacher.rs95 pub fn dynamic_state(&mut self, incoming: &DynamicState) -> DynamicState { in dynamic_state()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateTests.hpp32 namespace DynamicState namespace
DvktDynamicStateComputeTests.hpp32 namespace DynamicState namespace
DvktDynamicStateVPTests.hpp32 namespace DynamicState namespace
DvktDynamicStateGeneralTests.hpp32 namespace DynamicState namespace
DvktDynamicStateDSTests.hpp32 namespace DynamicState namespace
DvktDynamicStateRSTests.hpp32 namespace DynamicState namespace
DvktDynamicStateCBTests.hpp32 namespace DynamicState namespace
DvktDynamicStateInheritanceTests.hpp31 namespace DynamicState namespace
DvktDynamicStateTests.cpp38 namespace DynamicState namespace
DvktDynamicStateBaseClass.hpp37 namespace DynamicState namespace
DvktDynamicStateTestCaseUtil.hpp41 namespace DynamicState namespace
DvktDynamicStateCBTests.cpp39 namespace DynamicState namespace
DvktDynamicStateBaseClass.cpp33 namespace DynamicState namespace
DvktDynamicStateGeneralTests.cpp48 namespace DynamicState namespace
DvktDynamicStateVPTests.cpp39 namespace DynamicState namespace
DvktDynamicStateInheritanceTests.cpp46 namespace DynamicState namespace
DvktDynamicStateRSTests.cpp49 namespace DynamicState namespace
/external/rust/crates/vulkano/src/command_buffer/validity/
Ddynamic_state.rs19 state: &DynamicState, in check_dynamic_state_validity()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp444 class DynamicState : public vk::VkPipelineDynamicStateCreateInfo class in vkt::Draw::PipelineCreateInfo
DvktDrawCreateInfoUtil.cpp1007 PipelineCreateInfo::DynamicState::DynamicState (const std::vector<vk::VkDynamicState>& _dynamicStat… in DynamicState() function in vkt::Draw::PipelineCreateInfo::DynamicState
1040 PipelineCreateInfo::DynamicState::DynamicState (const DynamicState &other) in DynamicState() function in vkt::Draw::PipelineCreateInfo::DynamicState
/external/rust/crates/ash/src/vk/
Dextensions.rs7297 impl DynamicState { implementation
8010 impl DynamicState { implementation
10747 impl DynamicState { implementation
12463 impl DynamicState { impl
13674 impl DynamicState { impl
13695 impl DynamicState { impl
16079 impl DynamicState { impl
17359 impl DynamicState { impl
18815 impl DynamicState { implementation
19468 impl DynamicState { impl
[all …]

12