Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler_reg.h41 enum toy_file { enum
157 toy_file_is_virtual(enum toy_file file) in toy_file_is_virtual()
166 toy_file_is_hw(enum toy_file file) in toy_file_is_hw()
175 toy_file_size(enum toy_file file) in toy_file_size()
346 tdst_full(enum toy_file file, enum toy_type type, enum toy_rect rect, in tdst_full()
406 tdst(enum toy_file file, unsigned reg, unsigned subreg_in_bytes) in tdst()
626 tsrc_full(enum toy_file file, enum toy_type type, in tsrc_full()
717 tsrc(enum toy_file file, unsigned reg, unsigned subreg_in_bytes) in tsrc()
Dtoy_compiler.c35 enum toy_file file, enum toy_type type, enum toy_rect rect, in tc_dump_operand()
Dtoy_compiler_asm.c982 translate_vfile(enum toy_file file) in translate_vfile()