Searched refs:pSampleMask (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.7.rst108 - zink: always set VkPipelineMultisampleStateCreateInfo::pSampleMask
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_fast_clear.c320 .pSampleMask = NULL,
369 .pSampleMask = NULL,
418 .pSampleMask = NULL,
H A Dradv_meta_blit2d.c818 .pSampleMask = (VkSampleMask[]){UINT32_MAX},
1005 .pSampleMask = (VkSampleMask[]){UINT32_MAX},
1197 .pSampleMask = (VkSampleMask[]){UINT32_MAX},
H A Dradv_meta_resolve_fs.c259 .pSampleMask = (VkSampleMask[]){UINT32_MAX},
601 .pSampleMask = (VkSampleMask[]){UINT32_MAX},
H A Dradv_meta_decompress.c314 .pSampleMask = NULL,
H A Dradv_meta_resolve.c212 .pSampleMask = NULL,
H A Dradv_meta_blit.c770 .pSampleMask = (VkSampleMask[]){UINT32_MAX},
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_fast_clear.c337 .pSampleMask = NULL,
383 .pSampleMask = NULL,
429 .pSampleMask = NULL,
H A Dradv_meta_blit2d.c852 .pSampleMask = (VkSampleMask[]) { UINT32_MAX },
1022 .pSampleMask = (VkSampleMask[]) { UINT32_MAX },
1192 .pSampleMask = (VkSampleMask[]) { UINT32_MAX },
H A Dradv_meta_decompress.c173 .pSampleMask = NULL,
H A Dradv_meta_resolve.c190 .pSampleMask = NULL,
H A Dradv_meta_resolve_fs.c269 .pSampleMask = (VkSampleMask[]) { UINT32_MAX },
H A Dradv_meta_blit.c834 .pSampleMask = (VkSampleMask[]) { UINT32_MAX },
H A Dradv_pipeline.c1141 if (vkms && vkms->pSampleMask) {
1142 mask = vkms->pSampleMask[0] & 0xffff;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c360 if (src->pMultisampleState->pSampleMask) {
362 sample_mask[0] = src->pMultisampleState->pSampleMask[0];
363 ms_state->pSampleMask = sample_mask;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_pipeline.c127 /* "If pSampleMask is NULL, it is treated as if the mask has all bits set to 1."
133 ms_state.pSampleMask = &state->sample_mask;
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline.h743 if (val->pSampleMask) {
745 size += vn_sizeof_VkSampleMask_array(val->pSampleMask, (val->rasterizationSamples + 31) / 32);
781 if (val->pSampleMask) {
783 vn_encode_VkSampleMask_array(enc, val->pSampleMask, (val->rasterizationSamples + 31) / 32);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c643 builder->create_info->pMultisampleState->pSampleMask ?
644 builder->create_info->pMultisampleState->pSampleMask[0] : UINT16_MAX;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1345 msaa_info->pSampleMask ? *msaa_info->pSampleMask
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_pipeline.c558 * If pSampleMask is NULL, it is treated as if the mask has all bits
574 if (info && info->pSampleMask)
575 sample_mask &= info->pSampleMask[0];
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp713 ms_state.pSampleMask = &sample_mask;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c833 * If pSampleMask is NULL, it is treated as if the mask has all bits
844 if (info && info->pSampleMask)
845 sample_mask &= info->pSampleMask[0];
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_meta_clear.c541 .pSampleMask = NULL,
H A Dv3dv_meta_copy.c1844 .pSampleMask = NULL,
3534 .pSampleMask = NULL,
H A Dv3dv_pipeline.c2912 /* Ignore pSampleMask if we are not enabling multisampling. The hardware
2915 if (ms_info && ms_info->pSampleMask &&
2917 pipeline->sample_mask &= ms_info->pSampleMask[0];

Completed in 54 milliseconds

12