Searched refs:pSampleMask (Results 1 - 25 of 33) sorted by relevance
12
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.7.rst | 108 - zink: always set VkPipelineMultisampleStateCreateInfo::pSampleMask
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_fast_clear.c | 320 .pSampleMask = NULL, 369 .pSampleMask = NULL, 418 .pSampleMask = NULL,
|
| H A D | radv_meta_blit2d.c | 818 .pSampleMask = (VkSampleMask[]){UINT32_MAX}, 1005 .pSampleMask = (VkSampleMask[]){UINT32_MAX}, 1197 .pSampleMask = (VkSampleMask[]){UINT32_MAX},
|
| H A D | radv_meta_resolve_fs.c | 259 .pSampleMask = (VkSampleMask[]){UINT32_MAX}, 601 .pSampleMask = (VkSampleMask[]){UINT32_MAX},
|
| H A D | radv_meta_decompress.c | 314 .pSampleMask = NULL,
|
| H A D | radv_meta_resolve.c | 212 .pSampleMask = NULL,
|
| H A D | radv_meta_blit.c | 770 .pSampleMask = (VkSampleMask[]){UINT32_MAX},
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_fast_clear.c | 337 .pSampleMask = NULL, 383 .pSampleMask = NULL, 429 .pSampleMask = NULL,
|
| H A D | radv_meta_blit2d.c | 852 .pSampleMask = (VkSampleMask[]) { UINT32_MAX }, 1022 .pSampleMask = (VkSampleMask[]) { UINT32_MAX }, 1192 .pSampleMask = (VkSampleMask[]) { UINT32_MAX },
|
| H A D | radv_meta_decompress.c | 173 .pSampleMask = NULL,
|
| H A D | radv_meta_resolve.c | 190 .pSampleMask = NULL,
|
| H A D | radv_meta_resolve_fs.c | 269 .pSampleMask = (VkSampleMask[]) { UINT32_MAX },
|
| H A D | radv_meta_blit.c | 834 .pSampleMask = (VkSampleMask[]) { UINT32_MAX },
|
| H A D | radv_pipeline.c | 1141 if (vkms && vkms->pSampleMask) { 1142 mask = vkms->pSampleMask[0] & 0xffff;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_pipeline.c | 360 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 D | zink_pipeline.c | 127 /* "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 D | vn_protocol_driver_pipeline.h | 743 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 D | panvk_vX_pipeline.c | 643 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 D | tu_pipeline.c | 1345 msaa_info->pSampleMask ? *msaa_info->pSampleMask
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 558 * 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 D | helpers.cpp | 713 ms_state.pSampleMask = &sample_mask;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_pipeline.c | 833 * 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 D | v3dv_meta_clear.c | 541 .pSampleMask = NULL,
|
| H A D | v3dv_meta_copy.c | 1844 .pSampleMask = NULL, 3534 .pSampleMask = NULL,
|
| H A D | v3dv_pipeline.c | 2912 /* 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