Home
last modified time | relevance | path

Searched refs:tdst_null (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_helpers.h71 trans[i] = tdst_null(); in tdst_transpose()
86 trans[i] = tdst_null(); in tdst_transpose()
Dtoy_tgsi.c254 tc_CMP(tc, tdst_null(), src[0], src[1], cond); in aos_set_on_cond()
280 tc_CMP(tc, tdst_null(), src[0], zero, GEN6_COND_L); in aos_compare()
312 tc_CMP(tc, tdst_null(), src[0], zero, GEN6_COND_G); in aos_set_sign()
316 tc_CMP(tc, tdst_null(), src[0], zero, GEN6_COND_L); in aos_set_sign()
469 tc_CMP(tc, tdst_null(), in aos_LIT()
1081 tc_IF(tc, tdst_null(), src0[0], tsrc_imm_f(0.0f), GEN6_COND_NZ); in soa_if()
1083 tc_IF(tc, tdst_null(), src0[0], tsrc_imm_d(0), GEN6_COND_NZ); in soa_if()
1108 tc_CMP(tc, tdst_null(), src0[0], tsrc_imm_f(0.0f), GEN6_COND_L); in soa_LIT()
1711 dst = tdst_null(); in ra_get_dst()
1721 dst = tdst_null(); in ra_get_dst()
Dilo_shader_gs.c274 (complete) ? dst : tdst_null(), tsrc_from(mrf_header), desc); in gs_write_vue()
347 tdst_null(), tsrc_from(mrf_header), desc); in gs_discard()
374 tc_IF(tc, tdst_null(), in gs_lower_opcode_emit_so_dynamic()
452 tc_IF(tc, tdst_null(), in gs_lower_opcode_emit_so_static()
608 inst = tc_CMP(tc, tdst_null(), tsrc_from(tdst_d(gcc->vars.tmp)), in gs_lower_opcode_tgsi_in()
Dilo_shader_cs.c143 tc_SEND(tc, tdst_null(), tsrc_from(header), desc, GEN6_SFID_SPAWNER); in cs_dummy()
Dtoy_legalize.c237 inst2 = tc_add2(tc, GEN6_OPCODE_MACH, tdst_type(tdst_null(), inst_type), in lower_opcode_mul()
588 inst2->dst = tdst_null(); in toy_compiler_legalize_for_asm()
Dtoy_compiler.c524 templ->dst = tdst_null(); in tc_init_inst_templ()
Dtoy_compiler.h307 return tc_add1(tc, opcode, tdst_null(), tsrc_null()); in tc_add0()
Dtoy_compiler_reg.h369 tdst_null(void) in tdst_null() function
Dilo_shader_fs.c1253 tc_CMP(tc, tdst_null(), dummy, dummy, GEN6_COND_NZ); in fs_lower_opcode_kil()
1267 tc_CMP(tc, tdst_null(), src[i], tsrc_imm_f(0.0f), in fs_lower_opcode_kil()
1577 tc_add2(tc, TOY_OPCODE_FB_WRITE, tdst_null(), in fs_write_fb()
Dilo_shader_vs.c993 tc_add2(tc, TOY_OPCODE_URB_WRITE, tdst_null(), tsrc_from(header), desc); in vs_write_vue()