Home
last modified time | relevance | path

Searched refs:num_rts (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c880 unsigned num_rts = 0; in anv_pipeline_compile_fs() local
912 rt_to_bindings[i] = num_rts; in anv_pipeline_compile_fs()
918 num_rts++; in anv_pipeline_compile_fs()
939 if (num_rts == 0) { in anv_pipeline_compile_fs()
946 num_rts = 1; in anv_pipeline_compile_fs()
949 assert(num_rts <= max_rt); in anv_pipeline_compile_fs()
950 map.surface_to_descriptor -= num_rts; in anv_pipeline_compile_fs()
951 map.surface_count += num_rts; in anv_pipeline_compile_fs()
954 num_rts * sizeof(*rt_bindings)); in anv_pipeline_compile_fs()
956 anv_fill_binding_table(&prog_data.base, num_rts); in anv_pipeline_compile_fs()