Home | History | Annotate | Download | only in i965

Lines Matching refs:packed_consts

1333       src_reg packed_consts = src_reg(this, glsl_type::vec4_type);
1334 packed_consts.type = result.type;
1346 dst_reg(packed_consts),
1352 packed_consts.swizzle = swizzle_for_size(ir->type->vector_elements);
1353 packed_consts.swizzle += BRW_SWIZZLE4(const_offset % 16 / 4,
1360 emit(CMP(result_dst, packed_consts, src_reg(0u),
1364 emit(MOV(result_dst, packed_consts));