Home
last modified time | relevance | path

Searched refs:temp_arrays (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c257 const struct tgsi_array_info *array = &ctx->temp_arrays[i]; in get_temp_array_id()
277 return ctx->temp_arrays[array_id - 1].range; in get_array_range()
317 array = &ctx->temp_arrays[array_id - 1]; in get_pointer_into_array()
323 reg_index - ctx->temp_arrays[array_id - 1].range.First); in get_pointer_into_array()
671 writemask &= ctx->temp_arrays[id].writemask; in emit_declaration()
672 ctx->temp_arrays[id].writemask = writemask; in emit_declaration()
1111 FREE(ctx->temp_arrays); in si_llvm_context_set_tgsi()
1112 ctx->temp_arrays = NULL; in si_llvm_context_set_tgsi()
1130 ctx->temp_arrays = CALLOC(size, sizeof(ctx->temp_arrays[0])); in si_llvm_context_set_tgsi()
1134 ctx->temp_arrays); in si_llvm_context_set_tgsi()
[all …]
Dsi_shader_internal.h99 struct tgsi_array_info *temp_arrays; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c122 } temp_arrays[MAX_TEMP_ARRAYS]; member
2244 assert(arrayID < ARRAY_SIZE(emit->temp_arrays)); in emit_vgpu10_declaration()
2247 emit->temp_arrays[arrayID].start = decl->Range.First; in emit_vgpu10_declaration()
2248 emit->temp_arrays[arrayID].size = in emit_vgpu10_declaration()
2662 emit->temp_arrays[arrayID].start = 0; in emit_temporaries_declaration()
2663 emit->temp_arrays[arrayID].size = total_temps; in emit_temporaries_declaration()
2808 unsigned num_temps = emit->temp_arrays[i].size; in emit_temporaries_declaration()