Searched refs:GPRArray (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_value_gpr.cpp | 203 GPRArrayValue::GPRArrayValue(PValue value, PValue addr, GPRArray *array): in GPRArrayValue() 211 GPRArrayValue::GPRArrayValue(PValue value, GPRArray *array): in GPRArrayValue() 273 GPRArray::GPRArray(int base, int size, int mask, int frac): in GPRArray() function in r600::GPRArray 288 uint32_t GPRArray::sel() const in sel() 294 void GPRArray::do_print(std::ostream& os) const in do_print() 303 bool GPRArray::is_equal_to(const Value& other) const in is_equal_to() 305 const GPRArray& o = static_cast<const GPRArray&>(other); in is_equal_to() 316 PValue GPRArray::get_indirect(unsigned index, PValue indirect, unsigned component) in get_indirect() 349 void GPRArray::record_read(LiverangeEvaluator& ev, int chan) const in record_read() 355 void GPRArray::record_write(LiverangeEvaluator& ev, int chan) const in record_write() [all …]
|
D | sfn_value_gpr.h | 121 class GPRArray : public Value 124 using Pointer = std::shared_ptr<GPRArray>; 126 GPRArray(int base, int size, int comp_mask, int frac); 151 using PGPRArray = GPRArray::Pointer; 155 GPRArrayValue(PValue value, GPRArray *array); 156 GPRArrayValue(PValue value, PValue index, GPRArray *array); 179 GPRArray *m_array;
|
D | sfn_valuepool.cpp | 90 auto& array = static_cast<GPRArray&>(*reg); in from_nir() 241 auto& array = static_cast<GPRArray&>(*retval); in from_nir() 259 auto& array = static_cast<GPRArray&>(*v.second); in get_temp_registers() 428 PValue array = PValue(new GPRArray(current_index, a.length, mask, ncomponents)); in allocate_arrays()
|