Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_int64.cpp241 ir_variable *const compacted_result = in compact_destination() local
245 body.emit(assign(compacted_result, in compact_destination()
250 void *const mem_ctx = ralloc_parent(compacted_result); in compact_destination()
251 return new(mem_ctx) ir_dereference_variable(compacted_result); in compact_destination()