Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c884 int rt_to_bindings[max_rt]; in anv_pipeline_compile_fs() local
885 memset(rt_to_bindings, -1, sizeof(rt_to_bindings)); in anv_pipeline_compile_fs()
912 rt_to_bindings[i] = num_rts; in anv_pipeline_compile_fs()
913 rt_bindings[rt_to_bindings[i]] = (struct anv_pipeline_binding) { in anv_pipeline_compile_fs()
935 assert(rt_to_bindings[rt] != -1); in anv_pipeline_compile_fs()
936 var->data.location = rt_to_bindings[rt] + FRAG_RESULT_DATA0; in anv_pipeline_compile_fs()