Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.c200 compiler->max_const_frag = 512; in ir3_compiler_create()
234 compiler->max_const_frag = 512; in ir3_compiler_create()
Dir3_compiler.h96 uint16_t max_const_frag; member
Dir3_shader.h909 return compiler->max_const_frag - shared_consts_size; in ir3_max_const()