OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_16bit
(Results
1 - 10
of
10
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_precision.cpp
1101
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/
glsl_types.h
130
* happens when calling this method through is_64bit and
is_16bit
913
bool
is_16bit
() const
function in struct:glsl_type
nir_types.cpp
237
return type->
is_16bit
();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h
661
bool
is_16bit
() const
function in struct:glsl_type
nir_types.cpp
218
return type->
is_16bit
();
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_nir_to_llvm.c
904
bool
is_16bit
= ac_get_type_size(LLVMTypeOf(values[0])) == 2;
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/
radv_nir_to_llvm.c
2580
bool
is_16bit
= ac_get_type_size(LLVMTypeOf(values[0])) == 2;
2618
if (
is_16bit
) {
2639
if (
is_16bit
) {
2650
if (
is_16bit
) {
2698
if (
is_16bit
) {
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_instruction_selection.cpp
10889
bool
is_16bit
= values[0].regClass() == v2b;
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/dist/src/amd/llvm/
ac_nir_to_llvm.c
5280
bool
is_16bit
= glsl_type_is_16bit(glsl_without_array(variable->type));
local
5281
LLVMTypeRef type =
is_16bit
? ctx->f16 : ctx->f32;
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_nir_to_llvm.c
4313
bool
is_16bit
= glsl_type_is_16bit(glsl_without_array(variable->type));
local
4314
LLVMTypeRef type =
is_16bit
? ctx->f16 : ctx->f32;
Completed in 35 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026