Searched refs:is_16bit (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_precision.cpp1101 assert(lhs->type->is_16bit() || lhs->type->is_32bit());
1102 assert(rhs->type->is_16bit() || rhs->type->is_32bit());
1103 assert(lhs->type->is_16bit() != rhs->type->is_16bit());
1128 var->type->without_array()->is_16bit() !=
1129 rhs_var->type->without_array()->is_16bit())) &&
1132 var->type->without_array()->is_16bit() &&
1179 expr->operands[0]->type->is_16bit()) {
1245 expr->type->without_array()->is_16bit() &&
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dglsl_types.h130 * happens when calling this method through is_64bit and is_16bit
913 bool is_16bit() const function in struct:glsl_type
H A Dnir_types.cpp237 return type->is_16bit();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dglsl_types.h661 bool is_16bit() const function in struct:glsl_type
H A Dnir_types.cpp218 return type->is_16bit();
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c904 bool is_16bit = ac_get_type_size(LLVMTypeOf(values[0])) == 2; local in function:si_llvm_init_export_args
947 if (is_16bit) {
966 if (is_16bit) {
976 if (is_16bit) {
992 if (ctx->args->options->enable_mrt_output_nan_fixup && !is_16bit &&
1032 if (is_16bit) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c2580 bool is_16bit = ac_get_type_size(LLVMTypeOf(values[0])) == 2; local in function:si_llvm_init_export_args
2618 if (is_16bit) {
2639 if (is_16bit) {
2650 if (is_16bit) {
2698 if (is_16bit) {
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp10889 bool is_16bit = values[0].regClass() == v2b; local in function:aco::__anon562fcc110110::export_fs_mrt_color
10892 if (ctx->options->enable_mrt_output_nan_fixup && !is_16bit &&
10928 if (is_16bit) {
10954 if (is_16bit && ctx->options->chip_class >= GFX9) {
10962 if (is_16bit && ctx->options->chip_class >= GFX9) {
10983 } else if (is_16bit) {
11013 } else if (is_16bit) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c4313 bool is_16bit = glsl_type_is_16bit(glsl_without_array(variable->type)); local in function:ac_handle_shader_output_decl
4314 LLVMTypeRef type = is_16bit ? ctx->f16 : ctx->f32;
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c5280 bool is_16bit = glsl_type_is_16bit(glsl_without_array(variable->type)); local in function:ac_handle_shader_output_decl
5281 LLVMTypeRef type = is_16bit ? ctx->f16 : ctx->f32;

Completed in 52 milliseconds