Lines Matching defs:descriptor_state
650 struct pvr_stage_allocation_descriptor_state *const descriptor_state)
654 struct pvr_pds_info *const pds_info = &descriptor_state->pds_info;
673 &descriptor_state->static_consts);
716 pvr_bo_free(device, descriptor_state->static_consts);
733 *descriptor_state = (struct pvr_stage_allocation_descriptor_state){ 0 };
744 pvr_bo_free(device, descriptor_state->static_consts);
763 pvr_bo_free(device, descriptor_state->static_consts);
781 &descriptor_state->pds_code);
783 pvr_bo_free(device, descriptor_state->static_consts);
798 struct pvr_stage_allocation_descriptor_state *const descriptor_state)
800 pvr_bo_free(device, descriptor_state->pds_code.pvr_bo);
801 vk_free2(&device->vk.alloc, allocator, descriptor_state->pds_info.entries);
802 pvr_bo_free(device, descriptor_state->static_consts);
1341 &gfx_pipeline->fragment_shader_state.descriptor_state);
1346 &gfx_pipeline->vertex_shader_state.descriptor_state);
1645 &gfx_pipeline->vertex_shader_state.descriptor_state);
1668 &gfx_pipeline->fragment_shader_state.descriptor_state);
1682 &gfx_pipeline->vertex_shader_state.descriptor_state);