HomeSort by relevance Sort by last modified time
    Searched defs:ia_state (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/amd/vulkan/
radv_meta_fast_clear.c 177 const VkPipelineInputAssemblyStateCreateInfo ia_state = { local
213 .pInputAssemblyState = &ia_state,
251 .pInputAssemblyState = &ia_state,
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp 451 VkPipelineInputAssemblyStateCreateInfo ia_state = {}; local
452 ia_state.sType = VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO;
453 ia_state.topology = VK_PRIMITIVE_TOPOLOGY_LINE_LIST;
454 pipelineobj.SetInputAssembly(&ia_state);
    [all...]

Completed in 253 milliseconds