Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c227 dst->U.I.TexShadow = 1; in transform_texture()
232 dst->U.I.TexShadow = 1; in transform_texture()
237 dst->U.I.TexShadow = 1; in transform_texture()
248 dst->U.I.TexShadow = 1; in transform_texture()
253 dst->U.I.TexShadow = 1; in transform_texture()
258 dst->U.I.TexShadow = 1; in transform_texture()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program.h111 unsigned int TexShadow:1; member
Dradeon_program_print.c316 inst->U.I.TexShadow ? "SHADOW" : "", in rc_print_normal_instruction()
/third_party/mesa3d/src/mesa/program/
Dprog_instruction.h246 GLuint TexShadow:1; member
Dprog_to_nir.c547 if (prog_inst->TexShadow) in ptn_tex()
553 instr->is_shadow = prog_inst->TexShadow; in ptn_tex()
Dprog_print.c667 if (inst->TexShadow) in _mesa_fprint_instruction_opt()
Dprogram_parse.y447 $$->Base.TexShadow = 1;
498 $$->Base.TexShadow = 1;