Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cs.h55 tu_cs_alloc(struct tu_cs *cs,
82 tu_cs_alloc(sub_cs, size, 1, &memory); in tu_cs_draw_state()
Dtu_cs.c271 tu_cs_alloc(struct tu_cs *cs, in tu_cs_alloc() function
Dtu_cmd_buffer.c1057 VkResult result = tu_cs_alloc(&cmd->sub_cs, subpass->input_count * 2, in tu_emit_input_attachments()
1816 VkResult result = tu_cs_alloc(&cmd->sub_cs, layout->dynamic_offset_count, in tu_CmdBindDescriptorSets()
1880 VkResult result = tu_cs_alloc(&cmd->sub_cs, in tu_CmdPushDescriptorSetKHR()
1919 VkResult result = tu_cs_alloc(&cmd->sub_cs, in tu_CmdPushDescriptorSetWithTemplateKHR()
Dtu_clear_blit.c802 VkResult result = tu_cs_alloc(&cmd->sub_cs, in r3d_src_common()
1940 VkResult result = tu_cs_alloc(&cmd->sub_cs, DIV_ROUND_UP(dataSize, 64), 64 / 4, &tmp); in tu_CmdUpdateBuffer()
Dtu_pipeline.c2288 tu_cs_alloc(&pipeline->cs, variant->info.size / 4, 1, &memory); in tu_upload_variant()