Searched refs:ms_state (Results 1 – 4 of 4) sorted by relevance
156 uint64_t ms_state; in ff_asfcrypt_dec() local184 ms_state = 0; in ff_asfcrypt_dec()186 ms_state = multiswap_enc(ms_keys, ms_state, AV_RL64(qwords)); in ff_asfcrypt_dec()190 packetkey = multiswap_dec(ms_keys, ms_state, packetkey); in ff_asfcrypt_dec()
133 VkPipelineMultisampleStateCreateInfo ms_state = {0}; in zink_create_gfx_pipeline() local134 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in zink_create_gfx_pipeline()135 ms_state.rasterizationSamples = state->rast_samples + 1; in zink_create_gfx_pipeline()137 ms_state.alphaToCoverageEnable = state->blend_state->alpha_to_coverage; in zink_create_gfx_pipeline()142 ms_state.alphaToOneEnable = state->blend_state->alpha_to_one; in zink_create_gfx_pipeline()150 ms_state.pSampleMask = &state->sample_mask; in zink_create_gfx_pipeline()152 ms_state.sampleShadingEnable = VK_TRUE; in zink_create_gfx_pipeline()153 ms_state.minSampleShading = 1.0; in zink_create_gfx_pipeline()344 pci.pMultisampleState = &ms_state; in zink_create_gfx_pipeline()
783 VkPipelineMultisampleStateCreateInfo ms_state; in create_graphics_pipeline() local784 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in create_graphics_pipeline()785 ms_state.pNext = NULL; in create_graphics_pipeline()786 ms_state.flags = 0; in create_graphics_pipeline()787 ms_state.rasterizationSamples = samples; in create_graphics_pipeline()788 ms_state.sampleShadingEnable = sample_shading_enable; in create_graphics_pipeline()789 ms_state.minSampleShading = min_sample_shading; in create_graphics_pipeline()791 ms_state.pSampleMask = &sample_mask; in create_graphics_pipeline()792 ms_state.alphaToCoverageEnable = false; in create_graphics_pipeline()793 ms_state.alphaToOneEnable = false; in create_graphics_pipeline()[all …]
1609 const VkPipelineMultisampleStateCreateInfo *ms_state,1866 const VkPipelineMultisampleStateCreateInfo ms_state = { in create_texel_buffer_copy_pipeline() local1881 &ms_state, in create_texel_buffer_copy_pipeline()3373 const VkPipelineMultisampleStateCreateInfo *ms_state, in create_pipeline() argument3439 .pMultisampleState = ms_state, in create_pipeline()3555 const VkPipelineMultisampleStateCreateInfo ms_state = { in create_blit_pipeline() local3570 &ms_state, in create_blit_pipeline()