Searched defs:anv_pipeline_bind_map (Results 1 – 1 of 1) sorted by relevance
3336 struct anv_pipeline_bind_map { struct3337 unsigned char surface_sha1[20];3338 unsigned char sampler_sha1[20];3339 unsigned char push_sha1[20];3341 uint32_t surface_count;3342 uint32_t sampler_count;3344 struct anv_pipeline_binding * surface_to_descriptor;3345 struct anv_pipeline_binding * sampler_to_descriptor;3347 struct anv_push_range push_ranges[4];