Searched refs:tu_cs_begin_sub_stream (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_cs.h | 49 tu_cs_begin_sub_stream(struct tu_cs *cs, uint32_t size, struct tu_cs *sub_cs);
|
D | tu_cs.c | 245 tu_cs_begin_sub_stream(struct tu_cs *cs, uint32_t size, struct tu_cs *sub_cs) in tu_cs_begin_sub_stream() function
|
D | tu_pipeline.c | 134 tu_cs_begin_sub_stream(&pipeline->cs, size, &cs); in tu6_emit_load_state() 2257 tu_cs_begin_sub_stream(&pipeline->cs, 512, &prog_cs); in tu_pipeline_builder_parse_shader_stages() 2261 tu_cs_begin_sub_stream(&pipeline->cs, 512, &prog_cs); in tu_pipeline_builder_parse_shader_stages() 2296 tu_cs_begin_sub_stream(&pipeline->cs, in tu_pipeline_builder_parse_vertex_input() 2302 tu_cs_begin_sub_stream(&pipeline->cs, in tu_pipeline_builder_parse_vertex_input() 2925 tu_cs_begin_sub_stream(&pipeline->cs, 512, &prog_cs); in tu_compute_pipeline_create()
|
D | tu_cmd_buffer.c | 1315 tu_cs_begin_sub_stream(&cmd->sub_cs, tile_store_space, &sub_cs); in tu_cmd_prepare_tile_store_ib() 3079 tu_cs_begin_sub_stream(&cmd->sub_cs, 512, &cs); /* TODO: maximum size? */ in tu6_emit_consts() 3143 VkResult result = tu_cs_begin_sub_stream(&cmd->sub_cs, 16, &cs); in tu6_emit_tess_consts() 3475 VkResult result = tu_cs_begin_sub_stream(&cmd->sub_cs, 3 + (offset ? 8 : 0), &cs); in tu6_emit_vs_params()
|