Home
last modified time | relevance | path

Searched refs:tu_cs_alloc (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_cs.h52 tu_cs_alloc(struct tu_cs *cs,
79 tu_cs_alloc(sub_cs, size, 1, &memory); in tu_cs_draw_state()
Dtu_cs.c268 tu_cs_alloc(struct tu_cs *cs, in tu_cs_alloc() function
Dtu_cmd_buffer.c1007 VkResult result = tu_cs_alloc(&cmd->sub_cs, subpass->input_count * 2, in tu_emit_input_attachments()
1722 VkResult result = tu_cs_alloc(&cmd->sub_cs, layout->dynamic_offset_count, in tu_CmdBindDescriptorSets()
1780 VkResult result = tu_cs_alloc(&cmd->sub_cs, in tu_CmdPushDescriptorSetKHR()
1819 VkResult result = tu_cs_alloc(&cmd->sub_cs, in tu_CmdPushDescriptorSetWithTemplateKHR()
Dtu_clear_blit.c560 VkResult result = tu_cs_alloc(&cmd->sub_cs, in r3d_src_common()
1584 VkResult result = tu_cs_alloc(&cmd->sub_cs, DIV_ROUND_UP(dataSize, 64), 64, &tmp); in tu_CmdUpdateBuffer()
Dtu_pipeline.c2022 tu_cs_alloc(&pipeline->cs, variant->info.sizedwords, 1, &memory); in tu_upload_variant()