Searched refs:float16_shaded_mask (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ | ||
| H A D | radv_shader.h | 275 uint32_t float16_shaded_mask; member in struct:radv_shader_variant_info::__anon685e57830908::__anon685e57830b08 |
| H A D | radv_nir_to_llvm.c | 95 uint64_t float16_shaded_mask; member in struct:radv_shader_context 2353 ctx->float16_shaded_mask |= ((1ull << attrib_count) - 1) << location; 2470 bool float16 = (ctx->float16_shaded_mask >> i) & 1; 2477 ctx->shader_info->fs.float16_shaded_mask |= 1u << index; |
| H A D | radv_pipeline.c | 3300 float16 = !!(ps->info.fs.float16_shaded_mask & (1u << ps_offset)); |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ | ||
| H A D | radv_shader.h | 310 uint32_t float16_shaded_mask; member in struct:radv_shader_info::__anonc0b8b2d60908 |
| H A D | radv_shader_info.c | 376 info->ps.float16_shaded_mask |= ((1ull << attrib_count) - 1) << location; |
| H A D | radv_pipeline.c | 5006 float16 = !!(ps->info.ps.float16_shaded_mask & (1u << ps_offset)); |
Completed in 23 milliseconds