Searched refs:pos_reg (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c1889 struct etna_reg_desc *pos_reg = local in function:etna_compile_add_z_div_if_needed
1892 if (pos_reg != NULL) {
1899 .dst = etna_native_to_dst(pos_reg->native, INST_COMPS_Z),
1900 .src[0] = etna_native_to_src(pos_reg->native, SWIZZLE(Z, Z, Z, Z)),
1901 .src[2] = etna_native_to_src(pos_reg->native, SWIZZLE(W, W, W, W)),
1905 .dst = etna_native_to_dst(pos_reg->native, INST_COMPS_Z),
1906 .src[0] = etna_native_to_src(pos_reg->native, SWIZZLE(Z, Z, Z, Z)),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1948 struct etna_reg_desc *pos_reg = local in function:etna_compile_add_z_div_if_needed
1951 if (pos_reg != NULL) {
1958 .dst = etna_native_to_dst(pos_reg->native, INST_COMPS_Z),
1959 .src[0] = etna_native_to_src(pos_reg->native, SWIZZLE(Z, Z, Z, Z)),
1960 .src[2] = etna_native_to_src(pos_reg->native, SWIZZLE(W, W, W, W)),
1964 .dst = etna_native_to_dst(pos_reg->native, INST_COMPS_Z),
1965 .src[0] = etna_native_to_src(pos_reg->native, SWIZZLE(Z, Z, Z, Z)),

Completed in 17 milliseconds