Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler.c141 vert_stride = tc->rect_linear_width; in tc_dump_operand()
142 width = tc->rect_linear_width; in tc_dump_operand()
553 tc->rect_linear_width = 1; in toy_compiler_init()
Dtoy_compiler_asm.c1032 const struct toy_inst *inst, int pc, int rect_linear_width) in codegen_prepare() argument
1111 switch (rect_linear_width) { in codegen_prepare()
1200 codegen_prepare(&cg, tc->dev, inst, pc, tc->rect_linear_width); in toy_compiler_assemble()
Dilo_shader_cs.c164 ccc->tc.rect_linear_width = 8; in cs_setup()
Dtoy_compiler.h163 int rect_linear_width; member
Dilo_shader_vs.c1223 vcc->tc.rect_linear_width = 4; in vs_setup()
Dilo_shader_gs.c1270 gcc->tc.rect_linear_width = 4; in gs_setup()
Dilo_shader_fs.c1802 fcc->tc.rect_linear_width = 8; in fs_setup()