Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c881 const int max_rt = FRAG_RESULT_DATA7 - FRAG_RESULT_DATA0 + 1; in anv_pipeline_compile_fs() local
882 struct anv_pipeline_binding rt_bindings[max_rt]; in anv_pipeline_compile_fs()
884 int rt_to_bindings[max_rt]; in anv_pipeline_compile_fs()
886 bool rt_used[max_rt]; in anv_pipeline_compile_fs()
901 assert(rt + array_len <= max_rt); in anv_pipeline_compile_fs()
908 for (unsigned i = 0; i < max_rt; i++) { in anv_pipeline_compile_fs()
949 assert(num_rts <= max_rt); in anv_pipeline_compile_fs()