Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:is_unorm
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_lower_image_casts.c
71
} else if (from_desc->
is_unorm
) {
in convert_value()
125
} else if (to_desc->
is_unorm
|| to_desc->is_snorm) {
in convert_value()
128
if (to_desc->
is_unorm
) {
in convert_value()
/third_party/mesa3d/src/util/format/
H
A
D
u_format_table.py
211
print(" %s,\t/*
is_unorm
*/" % (bool_map(format.
is_unorm
()),))
H
A
D
u_format.h
194
unsigned
is_unorm
:1;
member
1482
return desc->
is_unorm
&& desc->is_array && desc->channel[c].size == 8;
in util_format_is_unorm8()
H
A
D
u_format_parse.py
253
def
is_unorm
(self):
member in Format
H
A
D
u_format.c
238
return desc->
is_unorm
;
in util_format_is_unorm()
/third_party/mesa3d/src/util/tests/format/
H
A
D
u_format_test.c
701
success = (format_desc->
is_unorm
== unorm && \
in test_format_norm_flags()
719
success = !(format_desc->
is_unorm
&& format_desc->is_snorm);
in test_format_norm_flags()
727
format_desc->
is_unorm
? "yes" : "no",
in test_format_norm_flags()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_format.c
160
if (desc->
is_unorm
) {
in zink_decompose_vertex_format()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_resource.c
116
return desc->is_snorm || desc->
is_unorm
;
in is_norm()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_pbo_compute.c
308
pd->normalized = dst_desc->
is_unorm
|| dst_desc->is_snorm;
in fill_pbo_data()
309
pd->clamp_uint = dst_desc->
is_unorm
||
in fill_pbo_data()
/third_party/mesa3d/src/mesa/main/
H
A
D
teximage.c
2495
bool
is_unorm
= _mesa_is_enum_format_unorm(internalFormat);
in copytexture_error_check()
local
2521
if (_mesa_is_gles(ctx) &&
is_unorm
!= is_rbunorm)
in copytexture_error_check()
Completed in 28 milliseconds