Searched refs:v3dv_descriptor_map (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_private.h | 1489 struct v3dv_descriptor_map { struct 1598 struct v3dv_descriptor_map ubo_map; 1599 struct v3dv_descriptor_map ssbo_map; 1601 struct v3dv_descriptor_map sampler_map; 1602 struct v3dv_descriptor_map texture_map; 1855 struct v3dv_descriptor_map *map, 1862 struct v3dv_descriptor_map *map, 1868 struct v3dv_descriptor_map *map, 1874 struct v3dv_descriptor_map *map, 1880 struct v3dv_descriptor_map *map, [all …]
|
D | v3dv_descriptor_set.c | 86 struct v3dv_descriptor_map *map, in v3dv_descriptor_map_get_descriptor() 128 struct v3dv_descriptor_map *map, in v3dv_descriptor_map_get_descriptor_bo() 171 struct v3dv_descriptor_map *map, in v3dv_descriptor_map_get_sampler() 221 struct v3dv_descriptor_map *map, in v3dv_descriptor_map_get_sampler_state() 244 struct v3dv_descriptor_map *map, in v3dv_descriptor_map_get_texture_format() 273 struct v3dv_descriptor_map *map, in v3dv_descriptor_map_get_texture_bo() 300 struct v3dv_descriptor_map *map, in v3dv_descriptor_map_get_texture_shader_state()
|
D | v3dv_uniforms.c | 174 struct v3dv_descriptor_map *map = in write_ubo_ssbo_uniforms()
|
D | v3dv_pipeline.c | 539 descriptor_map_add(struct v3dv_descriptor_map *map, in descriptor_map_add() 602 struct v3dv_descriptor_map *descriptor_map = in lower_vulkan_resource_index() 1604 struct v3dv_descriptor_map *texture_map = &pipeline->texture_map; in v3d_key_update_return_size()
|
D | v3dv_cmd_buffer.c | 2909 struct v3dv_descriptor_map *texture_map = &cmd_buffer->state.pipeline->texture_map; in cmd_buffer_populate_v3d_key() 2910 struct v3dv_descriptor_map *sampler_map = &cmd_buffer->state.pipeline->sampler_map; in cmd_buffer_populate_v3d_key()
|