Searched defs:isel_context (Results 1 – 1 of 1) sorted by relevance
49 struct isel_context { struct50 const struct radv_nir_compiler_options* options;51 const struct radv_shader_args* args;52 Program* program;53 nir_shader* shader;54 uint32_t constant_data_offset;55 Block* block;56 uint32_t first_temp_id;57 std::unordered_map<unsigned, std::array<Temp, NIR_MAX_VEC_COMPONENTS>> allocated_vec;58 Stage stage;[all …]