Searched defs:isel_context (Results 1 – 1 of 1) sorted by relevance
63 struct isel_context { struct64 const struct aco_compiler_options* options;65 const struct ac_shader_args* args;66 Program* program;67 nir_shader* shader;68 uint32_t constant_data_offset;69 Block* block;70 uint32_t first_temp_id;71 std::unordered_map<unsigned, std::array<Temp, NIR_MAX_VEC_COMPONENTS>> allocated_vec;72 std::vector<Temp> unended_linear_vgprs;[all …]