Lines Matching refs:vtn_assert
246 vtn_assert(src_bit_size * src_components == dest_bit_size * dest_components); in vtn_handle_bitcast()
250 vtn_assert(src_bit_size % dest_bit_size == 0); in vtn_handle_bitcast()
253 vtn_assert(src_bit_size == 64); in vtn_handle_bitcast()
254 vtn_assert(dest_bit_size == 32); in vtn_handle_bitcast()
261 vtn_assert(dest_bit_size % src_bit_size == 0); in vtn_handle_bitcast()
267 vtn_assert(dest_bit_size == 64); in vtn_handle_bitcast()
268 vtn_assert(src_bit_size == 32); in vtn_handle_bitcast()
378 vtn_assert(dec->scope == VTN_DEC_DECORATION); in handle_no_contraction()
432 vtn_assert(glsl_type_is_vector_or_scalar(vtn_src[i]->type)); in vtn_handle_alu()
484 vtn_assert(glsl_type_is_struct(val->ssa->type)); in vtn_handle_alu()
490 vtn_assert(glsl_type_is_struct(val->ssa->type)); in vtn_handle_alu()
496 vtn_assert(glsl_type_is_struct(val->ssa->type)); in vtn_handle_alu()
502 vtn_assert(glsl_type_is_struct(val->ssa->type)); in vtn_handle_alu()