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
4489 struct anv_pipeline_bind_map { struct4490 unsigned char surface_sha1[20];4491 unsigned char sampler_sha1[20];4492 unsigned char push_sha1[20];4494 uint32_t surface_count;4495 uint32_t sampler_count;4496 uint32_t embedded_sampler_count;4497 uint16_t kernel_args_size;4498 uint16_t kernel_arg_count;4500 struct anv_pipeline_binding * surface_to_descriptor;[all …]