Searched refs:cond_val (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c663 struct vtn_value *cond_val = vtn_untyped_value(b, block->branch[1]); local in function:vtn_cfg_walk_blocks
664 vtn_fail_if(!cond_val->type ||
665 cond_val->type->base_type != vtn_base_type_scalar,
669 nir_get_nir_type_for_glsl_type(cond_val->type->type);
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_cfg.c719 struct vtn_value *cond_val = vtn_untyped_value(b, block->branch[1]); local in function:vtn_process_block
720 vtn_fail_if(!cond_val->type ||
721 cond_val->type->base_type != vtn_base_type_scalar ||
722 cond_val->type->type != glsl_bool_type(),
H A Dspirv_to_nir.c5334 struct vtn_value *cond_val = vtn_untyped_value(b, w[3]); local in function:vtn_handle_select
5342 vtn_fail_if((cond_val->type->base_type != vtn_base_type_scalar &&
5343 cond_val->type->base_type != vtn_base_type_vector) ||
5344 !glsl_type_is_boolean(cond_val->type->type),
5348 vtn_fail_if(cond_val->type->base_type == vtn_base_type_vector &&
5350 res_val->type->length != cond_val->type->length),
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c1319 uint32_t cond_val; local in function:radv_update_tc_compat_zrange_metadata
1324 cond_val = ds_clear_value.depth == 0.0f ? UINT_MAX : 0;
1326 radv_set_tc_compat_zrange_metadata(cmd_buffer, image, cond_val);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp1909 ir_constant *cond_val = op[0]->constant_expression_value(ctx); local in function:ast_expression::do_hir
1913 && cond_val != NULL) {
1914 result = cond_val->value.b[0] ? op[1] : op[2];
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp1869 ir_constant *cond_val = op[0]->constant_expression_value(ctx); local in function:ast_expression::do_hir
1873 && cond_val != NULL) {
1874 result = cond_val->value.b[0] ? op[1] : op[2];
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c2097 uint32_t cond_val; local in function:radv_update_tc_compat_zrange_metadata
2102 cond_val = ds_clear_value.depth == 0.0f ? UINT_MAX : 0;
2104 radv_set_tc_compat_zrange_metadata(cmd_buffer, iview->image, &range, cond_val);

Completed in 48 milliseconds