Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c882 struct anv_pipeline_binding rt_bindings[max_rt]; in anv_pipeline_compile_fs() local
913 rt_bindings[rt_to_bindings[i]] = (struct anv_pipeline_binding) { in anv_pipeline_compile_fs()
941 rt_bindings[0] = (struct anv_pipeline_binding) { in anv_pipeline_compile_fs()
953 memcpy(map.surface_to_descriptor, rt_bindings, in anv_pipeline_compile_fs()
954 num_rts * sizeof(*rt_bindings)); in anv_pipeline_compile_fs()