Home
last modified time | relevance | path

Searched refs:ms_state (Results 1 – 25 of 63) sorted by relevance

123

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/zink/
H A Dzink_pipeline.c61 VkPipelineMultisampleStateCreateInfo ms_state = {}; in zink_create_gfx_pipeline() local
62 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in zink_create_gfx_pipeline()
63 ms_state.rasterizationSamples = state->rast_samples; in zink_create_gfx_pipeline()
64 ms_state.alphaToCoverageEnable = state->blend_state->alpha_to_coverage; in zink_create_gfx_pipeline()
65 ms_state.alphaToOneEnable = state->blend_state->alpha_to_one; in zink_create_gfx_pipeline()
66 ms_state.pSampleMask = state->sample_mask ? &state->sample_mask : NULL; in zink_create_gfx_pipeline()
125 pci.pMultisampleState = &ms_state; in zink_create_gfx_pipeline()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dasfcrypt.c156 uint64_t ms_state; in ff_asfcrypt_dec() local
177 ms_state = 0; in ff_asfcrypt_dec()
179 ms_state = multiswap_enc(ms_keys, ms_state, AV_RL64(qwords)); in ff_asfcrypt_dec()
183 packetkey = multiswap_dec(ms_keys, ms_state, packetkey); in ff_asfcrypt_dec()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dasfcrypt.c143 uint64_t ms_state; in ff_asfcrypt_dec() local
164 ms_state = 0; in ff_asfcrypt_dec()
166 ms_state = multiswap_enc(ms_keys, ms_state, AV_RL64(qwords)); in ff_asfcrypt_dec()
170 packetkey = multiswap_dec(ms_keys, ms_state, packetkey); in ff_asfcrypt_dec()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dasfcrypt.c156 uint64_t ms_state; in ff_asfcrypt_dec() local
177 ms_state = 0; in ff_asfcrypt_dec()
179 ms_state = multiswap_enc(ms_keys, ms_state, AV_RL64(qwords)); in ff_asfcrypt_dec()
183 packetkey = multiswap_dec(ms_keys, ms_state, packetkey); in ff_asfcrypt_dec()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dasfcrypt.c156 uint64_t ms_state; in ff_asfcrypt_dec() local
184 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()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dasfcrypt.c156 uint64_t ms_state; in ff_asfcrypt_dec() local
184 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()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dasfcrypt.c156 uint64_t ms_state; in ff_asfcrypt_dec() local
184 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dasfcrypt.c156 uint64_t ms_state; in ff_asfcrypt_dec() local
184 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dasfcrypt.c156 uint64_t ms_state; in ff_asfcrypt_dec() local
184 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()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c118 VkPipelineMultisampleStateCreateInfo ms_state = {0}; in zink_create_gfx_pipeline() local
119 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in zink_create_gfx_pipeline()
120 ms_state.rasterizationSamples = state->rast_samples + 1; in zink_create_gfx_pipeline()
122 ms_state.alphaToCoverageEnable = state->blend_state->alpha_to_coverage; in zink_create_gfx_pipeline()
125 ms_state.alphaToOneEnable = state->blend_state->alpha_to_one; in zink_create_gfx_pipeline()
127 ms_state.pSampleMask = state->sample_mask ? &state->sample_mask : NULL; in zink_create_gfx_pipeline()
129 ms_state.sampleShadingEnable = VK_TRUE; in zink_create_gfx_pipeline()
130 ms_state.minSampleShading = 1.0; in zink_create_gfx_pipeline()
241 pci.pMultisampleState = &ms_state; in zink_create_gfx_pipeline()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c118 VkPipelineMultisampleStateCreateInfo ms_state = {0}; in zink_create_gfx_pipeline() local
119 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in zink_create_gfx_pipeline()
120 ms_state.rasterizationSamples = state->rast_samples + 1; in zink_create_gfx_pipeline()
122 ms_state.alphaToCoverageEnable = state->blend_state->alpha_to_coverage; in zink_create_gfx_pipeline()
125 ms_state.alphaToOneEnable = state->blend_state->alpha_to_one; in zink_create_gfx_pipeline()
127 ms_state.pSampleMask = state->sample_mask ? &state->sample_mask : NULL; in zink_create_gfx_pipeline()
129 ms_state.sampleShadingEnable = VK_TRUE; in zink_create_gfx_pipeline()
130 ms_state.minSampleShading = 1.0; in zink_create_gfx_pipeline()
241 pci.pMultisampleState = &ms_state; in zink_create_gfx_pipeline()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c118 VkPipelineMultisampleStateCreateInfo ms_state = {0}; in zink_create_gfx_pipeline() local
119 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in zink_create_gfx_pipeline()
120 ms_state.rasterizationSamples = state->rast_samples + 1; in zink_create_gfx_pipeline()
122 ms_state.alphaToCoverageEnable = state->blend_state->alpha_to_coverage; in zink_create_gfx_pipeline()
125 ms_state.alphaToOneEnable = state->blend_state->alpha_to_one; in zink_create_gfx_pipeline()
127 ms_state.pSampleMask = state->sample_mask ? &state->sample_mask : NULL; in zink_create_gfx_pipeline()
129 ms_state.sampleShadingEnable = VK_TRUE; in zink_create_gfx_pipeline()
130 ms_state.minSampleShading = 1.0; in zink_create_gfx_pipeline()
241 pci.pMultisampleState = &ms_state; in zink_create_gfx_pipeline()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c118 VkPipelineMultisampleStateCreateInfo ms_state = {0}; in zink_create_gfx_pipeline() local
119 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in zink_create_gfx_pipeline()
120 ms_state.rasterizationSamples = state->rast_samples + 1; in zink_create_gfx_pipeline()
122 ms_state.alphaToCoverageEnable = state->blend_state->alpha_to_coverage; in zink_create_gfx_pipeline()
125 ms_state.alphaToOneEnable = state->blend_state->alpha_to_one; in zink_create_gfx_pipeline()
127 ms_state.pSampleMask = state->sample_mask ? &state->sample_mask : NULL; in zink_create_gfx_pipeline()
129 ms_state.sampleShadingEnable = VK_TRUE; in zink_create_gfx_pipeline()
130 ms_state.minSampleShading = 1.0; in zink_create_gfx_pipeline()
241 pci.pMultisampleState = &ms_state; in zink_create_gfx_pipeline()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c118 VkPipelineMultisampleStateCreateInfo ms_state = {0}; in zink_create_gfx_pipeline() local
119 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in zink_create_gfx_pipeline()
120 ms_state.rasterizationSamples = state->rast_samples + 1; in zink_create_gfx_pipeline()
122 ms_state.alphaToCoverageEnable = state->blend_state->alpha_to_coverage; in zink_create_gfx_pipeline()
125 ms_state.alphaToOneEnable = state->blend_state->alpha_to_one; in zink_create_gfx_pipeline()
127 ms_state.pSampleMask = state->sample_mask ? &state->sample_mask : NULL; in zink_create_gfx_pipeline()
129 ms_state.sampleShadingEnable = VK_TRUE; in zink_create_gfx_pipeline()
130 ms_state.minSampleShading = 1.0; in zink_create_gfx_pipeline()
241 pci.pMultisampleState = &ms_state; in zink_create_gfx_pipeline()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c118 VkPipelineMultisampleStateCreateInfo ms_state = {0}; in zink_create_gfx_pipeline() local
119 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in zink_create_gfx_pipeline()
120 ms_state.rasterizationSamples = state->rast_samples + 1; in zink_create_gfx_pipeline()
122 ms_state.alphaToCoverageEnable = state->blend_state->alpha_to_coverage; in zink_create_gfx_pipeline()
125 ms_state.alphaToOneEnable = state->blend_state->alpha_to_one; in zink_create_gfx_pipeline()
127 ms_state.pSampleMask = state->sample_mask ? &state->sample_mask : NULL; in zink_create_gfx_pipeline()
129 ms_state.sampleShadingEnable = VK_TRUE; in zink_create_gfx_pipeline()
130 ms_state.minSampleShading = 1.0; in zink_create_gfx_pipeline()
241 pci.pMultisampleState = &ms_state; in zink_create_gfx_pipeline()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c118 VkPipelineMultisampleStateCreateInfo ms_state = {0}; in zink_create_gfx_pipeline() local
119 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in zink_create_gfx_pipeline()
120 ms_state.rasterizationSamples = state->rast_samples + 1; in zink_create_gfx_pipeline()
122 ms_state.alphaToCoverageEnable = state->blend_state->alpha_to_coverage; in zink_create_gfx_pipeline()
125 ms_state.alphaToOneEnable = state->blend_state->alpha_to_one; in zink_create_gfx_pipeline()
127 ms_state.pSampleMask = state->sample_mask ? &state->sample_mask : NULL; in zink_create_gfx_pipeline()
129 ms_state.sampleShadingEnable = VK_TRUE; in zink_create_gfx_pipeline()
130 ms_state.minSampleShading = 1.0; in zink_create_gfx_pipeline()
241 pci.pMultisampleState = &ms_state; in zink_create_gfx_pipeline()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c118 VkPipelineMultisampleStateCreateInfo ms_state = {0}; in zink_create_gfx_pipeline() local
119 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in zink_create_gfx_pipeline()
120 ms_state.rasterizationSamples = state->rast_samples + 1; in zink_create_gfx_pipeline()
122 ms_state.alphaToCoverageEnable = state->blend_state->alpha_to_coverage; in zink_create_gfx_pipeline()
125 ms_state.alphaToOneEnable = state->blend_state->alpha_to_one; in zink_create_gfx_pipeline()
127 ms_state.pSampleMask = state->sample_mask ? &state->sample_mask : NULL; in zink_create_gfx_pipeline()
129 ms_state.sampleShadingEnable = VK_TRUE; in zink_create_gfx_pipeline()
130 ms_state.minSampleShading = 1.0; in zink_create_gfx_pipeline()
241 pci.pMultisampleState = &ms_state; in zink_create_gfx_pipeline()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/zink/
H A Dzink_pipeline.c126 VkPipelineMultisampleStateCreateInfo ms_state = {0}; in zink_create_gfx_pipeline() local
127 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in zink_create_gfx_pipeline()
128 ms_state.rasterizationSamples = state->rast_samples + 1; in zink_create_gfx_pipeline()
130 ms_state.alphaToCoverageEnable = state->blend_state->alpha_to_coverage; in zink_create_gfx_pipeline()
133 ms_state.alphaToOneEnable = state->blend_state->alpha_to_one; in zink_create_gfx_pipeline()
141 ms_state.pSampleMask = &state->sample_mask; in zink_create_gfx_pipeline()
143 ms_state.sampleShadingEnable = VK_TRUE; in zink_create_gfx_pipeline()
144 ms_state.minSampleShading = 1.0; in zink_create_gfx_pipeline()
267 pci.pMultisampleState = &ms_state; in zink_create_gfx_pipeline()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_pipeline.c118 VkPipelineMultisampleStateCreateInfo ms_state = {0}; in zink_create_gfx_pipeline() local
119 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in zink_create_gfx_pipeline()
120 ms_state.rasterizationSamples = state->rast_samples + 1; in zink_create_gfx_pipeline()
122 ms_state.alphaToCoverageEnable = state->blend_state->alpha_to_coverage; in zink_create_gfx_pipeline()
125 ms_state.alphaToOneEnable = state->blend_state->alpha_to_one; in zink_create_gfx_pipeline()
127 ms_state.pSampleMask = state->sample_mask ? &state->sample_mask : NULL; in zink_create_gfx_pipeline()
129 ms_state.sampleShadingEnable = VK_TRUE; in zink_create_gfx_pipeline()
130 ms_state.minSampleShading = 1.0; in zink_create_gfx_pipeline()
241 pci.pMultisampleState = &ms_state; in zink_create_gfx_pipeline()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/compiler/tests/
H A Dhelpers.cpp627 VkPipelineMultisampleStateCreateInfo ms_state; in create_graphics_pipeline() local
628 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in create_graphics_pipeline()
629 ms_state.pNext = NULL; in create_graphics_pipeline()
630 ms_state.flags = 0; in create_graphics_pipeline()
631 ms_state.rasterizationSamples = samples; in create_graphics_pipeline()
632 ms_state.sampleShadingEnable = sample_shading_enable; in create_graphics_pipeline()
633 ms_state.minSampleShading = min_sample_shading; in create_graphics_pipeline()
635 ms_state.pSampleMask = &sample_mask; in create_graphics_pipeline()
636 ms_state.alphaToCoverageEnable = false; in create_graphics_pipeline()
637 ms_state.alphaToOneEnable = false; in create_graphics_pipeline()
[all …]
/dports/lang/clover/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp705 VkPipelineMultisampleStateCreateInfo ms_state; in create_graphics_pipeline() local
706 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in create_graphics_pipeline()
707 ms_state.pNext = NULL; in create_graphics_pipeline()
708 ms_state.flags = 0; in create_graphics_pipeline()
709 ms_state.rasterizationSamples = samples; in create_graphics_pipeline()
710 ms_state.sampleShadingEnable = sample_shading_enable; in create_graphics_pipeline()
711 ms_state.minSampleShading = min_sample_shading; in create_graphics_pipeline()
713 ms_state.pSampleMask = &sample_mask; in create_graphics_pipeline()
714 ms_state.alphaToCoverageEnable = false; in create_graphics_pipeline()
715 ms_state.alphaToOneEnable = false; in create_graphics_pipeline()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp705 VkPipelineMultisampleStateCreateInfo ms_state; in create_graphics_pipeline() local
706 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in create_graphics_pipeline()
707 ms_state.pNext = NULL; in create_graphics_pipeline()
708 ms_state.flags = 0; in create_graphics_pipeline()
709 ms_state.rasterizationSamples = samples; in create_graphics_pipeline()
710 ms_state.sampleShadingEnable = sample_shading_enable; in create_graphics_pipeline()
711 ms_state.minSampleShading = min_sample_shading; in create_graphics_pipeline()
713 ms_state.pSampleMask = &sample_mask; in create_graphics_pipeline()
714 ms_state.alphaToCoverageEnable = false; in create_graphics_pipeline()
715 ms_state.alphaToOneEnable = false; in create_graphics_pipeline()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp705 VkPipelineMultisampleStateCreateInfo ms_state; in create_graphics_pipeline() local
706 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in create_graphics_pipeline()
707 ms_state.pNext = NULL; in create_graphics_pipeline()
708 ms_state.flags = 0; in create_graphics_pipeline()
709 ms_state.rasterizationSamples = samples; in create_graphics_pipeline()
710 ms_state.sampleShadingEnable = sample_shading_enable; in create_graphics_pipeline()
711 ms_state.minSampleShading = min_sample_shading; in create_graphics_pipeline()
713 ms_state.pSampleMask = &sample_mask; in create_graphics_pipeline()
714 ms_state.alphaToCoverageEnable = false; in create_graphics_pipeline()
715 ms_state.alphaToOneEnable = false; in create_graphics_pipeline()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp705 VkPipelineMultisampleStateCreateInfo ms_state; in create_graphics_pipeline() local
706 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in create_graphics_pipeline()
707 ms_state.pNext = NULL; in create_graphics_pipeline()
708 ms_state.flags = 0; in create_graphics_pipeline()
709 ms_state.rasterizationSamples = samples; in create_graphics_pipeline()
710 ms_state.sampleShadingEnable = sample_shading_enable; in create_graphics_pipeline()
711 ms_state.minSampleShading = min_sample_shading; in create_graphics_pipeline()
713 ms_state.pSampleMask = &sample_mask; in create_graphics_pipeline()
714 ms_state.alphaToCoverageEnable = false; in create_graphics_pipeline()
715 ms_state.alphaToOneEnable = false; in create_graphics_pipeline()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/compiler/tests/
H A Dhelpers.cpp705 VkPipelineMultisampleStateCreateInfo ms_state; in create_graphics_pipeline() local
706 ms_state.sType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO; in create_graphics_pipeline()
707 ms_state.pNext = NULL; in create_graphics_pipeline()
708 ms_state.flags = 0; in create_graphics_pipeline()
709 ms_state.rasterizationSamples = samples; in create_graphics_pipeline()
710 ms_state.sampleShadingEnable = sample_shading_enable; in create_graphics_pipeline()
711 ms_state.minSampleShading = min_sample_shading; in create_graphics_pipeline()
713 ms_state.pSampleMask = &sample_mask; in create_graphics_pipeline()
714 ms_state.alphaToCoverageEnable = false; in create_graphics_pipeline()
715 ms_state.alphaToOneEnable = false; in create_graphics_pipeline()
[all …]

123