Searched defs:anv_pipeline_bind_map (Results 1 – 2 of 2) sorted by relevance
2747 struct anv_pipeline_bind_map { struct2748 unsigned char surface_sha1[20];2749 unsigned char sampler_sha1[20];2750 unsigned char push_sha1[20];2752 uint32_t surface_count;2753 uint32_t sampler_count;2777 struct anv_pipeline_bind_map bind_map; argument
4637 struct anv_pipeline_bind_map { struct4638 unsigned char surface_sha1[20];4639 unsigned char sampler_sha1[20];4640 unsigned char push_sha1[20];4642 uint32_t surface_count;4643 uint32_t sampler_count;4644 uint32_t embedded_sampler_count;4645 uint16_t kernel_args_size;4646 uint16_t kernel_arg_count;4648 struct anv_pipeline_binding * surface_to_descriptor;[all …]