OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:signedness
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_to_nir.c
1169
const bool
signedness
= w[3];
local
1173
val->type->type = (
signedness
? glsl_int64_t_type() : glsl_uint64_t_type());
1176
val->type->type = (
signedness
? glsl_int_type() : glsl_uint_type());
1179
val->type->type = (
signedness
? glsl_int16_t_type() : glsl_uint16_t_type());
1182
val->type->type = (
signedness
? glsl_int8_t_type() : glsl_uint8_t_type());
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_to_nir.c
1417
const bool
signedness
= w[3];
local
1422
val->type->type =
signedness
? glsl_intN_t_type(bit_size) :
5517
"must be an OpTypeInt with 32-bit Width and 0
Signedness
.");
5523
"must be an OpTypeInt with 32-bit Width and 0
Signedness
.");
Completed in 10 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026