Home
last modified time | relevance | path

Searched refs:TOY_FILE_ARF (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_compiler_reg.h45 TOY_FILE_ARF, enumerator
217 return (dst.file == TOY_FILE_ARF && dst.val32 == 0); in tdst_is_null()
228 case TOY_FILE_ARF: in tdst_validate()
372 .file = TOY_FILE_ARF, in tdst_null()
435 return (src.file == TOY_FILE_ARF && src.val32 == 0); in tsrc_is_null()
469 case TOY_FILE_ARF: in tsrc_validate()
660 .file = TOY_FILE_ARF, in tsrc_null()
Dtoy_helpers.h75 case TOY_FILE_ARF: in tdst_transpose()
114 case TOY_FILE_ARF: in tsrc_transpose()
Dtoy_compiler.c41 [TOY_FILE_ARF] = "NOT USED", in tc_dump_operand()
72 case TOY_FILE_ARF: in tc_dump_operand()
Dtoy_legalize.c226 tdst_type(tdst(TOY_FILE_ARF, GEN6_ARF_ACC0, 0), inst_type); in lower_opcode_mul()
253 const struct toy_dst acc0 = tdst(TOY_FILE_ARF, GEN6_ARF_ACC0, 0); in lower_opcode_mac()
Dtoy_compiler_asm.c985 case TOY_FILE_ARF: return GEN6_FILE_ARF; in translate_vfile()
Dilo_shader_fs.c1241 f0 = tsrc_rect(tsrc_uw(tsrc(TOY_FILE_ARF, GEN6_ARF_F0, 0)), TOY_RECT_010); in fs_lower_opcode_kil()
1246 struct toy_dst f0_dst = tdst_uw(tdst(TOY_FILE_ARF, GEN6_ARF_F0, 0)); in fs_lower_opcode_kil()