Searched refs:dst_bpc (Results 1 – 2 of 2) sorted by relevance
266 uint8_t dst_bpc; member
891 if (key->dst_bpc > key->src_bpc) { in bit_cast_color()906 if (shift >= key->dst_bpc) { in bit_cast_color()914 assert(key->dst_bpc < key->src_bpc); in bit_cast_color()916 nir_ssa_def *mask = nir_imm_int(b, ~0u >> (32 - key->dst_bpc)); in bit_cast_color()925 shift += key->dst_bpc; in bit_cast_color()1278 if (key->dst_bpc != key->src_bpc) in brw_blorp_build_nir_shader()2486 wm_prog_key.dst_bpc = in blorp_copy()