Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dir.cpp700 this->const_elements = NULL; in ir_constant()
707 this->const_elements = NULL; in ir_constant()
719 this->const_elements = NULL; in ir_constant()
733 this->const_elements = NULL; in ir_constant()
747 this->const_elements = NULL; in ir_constant()
761 this->const_elements = NULL; in ir_constant()
775 this->const_elements = NULL; in ir_constant()
789 this->const_elements = NULL; in ir_constant()
803 this->const_elements = NULL; in ir_constant()
817 this->const_elements = NULL; in ir_constant()
[all …]
Dir_clone.cpp359 c->const_elements = ralloc_array(c, ir_constant *, this->type->length); in clone()
361 c->const_elements[i] = this->const_elements[i]->clone(mem_ctx, NULL); in clone()
Dir.h2364 ir_constant **const_elements; variable
Dglsl_to_nir.cpp449 ret->elements[i] = constant_copy(ir->const_elements[i], mem_ctx); in constant_copy()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst4620 - glsl: Initialize ir_constant member const_elements in all constructors.