Home
last modified time | relevance | path

Searched defs:isel_context (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.h79 struct isel_context { struct
80 const struct aco_compiler_options* options;
81 const struct ac_shader_args* args;
82 Program* program;
83 nir_shader* shader;
84 uint32_t constant_data_offset;
85 Block* block;
86 uint32_t first_temp_id;
87 std::unordered_map<unsigned, std::array<Temp, NIR_MAX_VEC_COMPONENTS>> allocated_vec;
88 std::vector<Temp> unended_linear_vgprs;
[all …]