Searched refs:DEPTH_RESOLVE (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_resolve_fs.c | 305 enum { DEPTH_RESOLVE, STENCIL_RESOLVE }; enumerator in enum:__anon3309bf980103 334 index == DEPTH_RESOLVE ? "depth" : "stencil", get_resolve_mode_str(resolve_mode), samples); 341 fs_out->data.location = index == DEPTH_RESOLVE ? FRAG_RESULT_DEPTH : FRAG_RESULT_STENCIL; 351 nir_alu_type type = index == DEPTH_RESOLVE ? nir_type_float32 : nir_type_uint32; 391 assert(index == DEPTH_RESOLVE); 395 if (index == DEPTH_RESOLVE) 401 if (index == DEPTH_RESOLVE) 433 if (index == DEPTH_RESOLVE) 439 assert(index == DEPTH_RESOLVE); 443 if (index == DEPTH_RESOLVE) [all...] |
| H A D | radv_meta_resolve_cs.c | 110 DEPTH_RESOLVE, enumerator in enum:__anon33081a750103 141 index == DEPTH_RESOLVE ? "depth" : "stencil", get_resolve_mode_str(resolve_mode), samples); 158 nir_alu_type type = index == DEPTH_RESOLVE ? nir_type_float32 : nir_type_uint32; 198 assert(index == DEPTH_RESOLVE); 202 if (index == DEPTH_RESOLVE) 208 if (index == DEPTH_RESOLVE) 403 device, samples, DEPTH_RESOLVE, VK_RESOLVE_MODE_AVERAGE_BIT_KHR, 408 res = create_depth_stencil_resolve_pipeline(device, samples, DEPTH_RESOLVE, 414 res = create_depth_stencil_resolve_pipeline(device, samples, DEPTH_RESOLVE, 433 res = create_depth_stencil_resolve_pipeline(device, 0, DEPTH_RESOLVE, [all...] |
Completed in 1522 milliseconds