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:util_le32_to_cpu
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/util/format/
H
A
D
u_format_yuv.c
173
*dst++ =
util_le32_to_cpu
(value);
in util_format_r8g8_b8g8_unorm_pack_rgba_float()
189
*dst =
util_le32_to_cpu
(value);
in util_format_r8g8_b8g8_unorm_pack_rgba_float()
222
*dst++ =
util_le32_to_cpu
(value);
in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm()
238
*dst =
util_le32_to_cpu
(value);
in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm()
395
*dst++ =
util_le32_to_cpu
(value);
in util_format_g8r8_g8b8_unorm_pack_rgba_float()
411
*dst =
util_le32_to_cpu
(value);
in util_format_g8r8_g8b8_unorm_pack_rgba_float()
444
*dst++ =
util_le32_to_cpu
(value);
in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm()
460
*dst =
util_le32_to_cpu
(value);
in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm()
610
*dst++ =
util_le32_to_cpu
(value);
in util_format_uyvy_pack_rgba_float()
625
*dst =
util_le32_to_cpu
(valu
in util_format_uyvy_pack_rgba_float()
[all...]
H
A
D
u_format_zs.c
516
uint32_t value =
util_le32_to_cpu
(*dst);
in util_format_z24_unorm_s8_uint_pack_s_8uint()
/third_party/mesa3d/src/gallium/auxiliary/translate/
H
A
D
translate_generic.c
271
*(uint32_t *)attrib =
util_le32_to_cpu
(value);
in emit_B10G10R10A2_UNORM()
283
*(uint32_t *)attrib =
util_le32_to_cpu
(value);
in emit_B10G10R10A2_USCALED()
295
*(uint32_t *)attrib =
util_le32_to_cpu
(value);
in emit_B10G10R10A2_SNORM()
307
*(uint32_t *)attrib =
util_le32_to_cpu
(value);
in emit_B10G10R10A2_SSCALED()
319
*(uint32_t *)attrib =
util_le32_to_cpu
(value);
in emit_R10G10B10A2_UNORM()
331
*(uint32_t *)attrib =
util_le32_to_cpu
(value);
in emit_R10G10B10A2_USCALED()
343
*(uint32_t *)attrib =
util_le32_to_cpu
(value);
in emit_R10G10B10A2_SNORM()
355
*(uint32_t *)attrib =
util_le32_to_cpu
(value);
in emit_R10G10B10A2_SSCALED()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_binary.c
45
unsigned reg =
util_le32_to_cpu
(*(uint32_t *)(data + i));
in ac_parse_shader_binary_config()
46
unsigned value =
util_le32_to_cpu
(*(uint32_t *)(data + i + 4));
in ac_parse_shader_binary_config()
/third_party/mesa3d/src/util/
H
A
D
u_math.h
529
#define
util_le32_to_cpu
(x) util_bswap32(x)
macro
533
#define
util_le32_to_cpu
(x) (x)
macro
538
#define util_cpu_to_le32(x)
util_le32_to_cpu
(x)
/third_party/mesa3d/src/gallium/drivers/r300/
H
A
D
r300_query.c
171
temp +=
util_le32_to_cpu
(*map);
in r300_get_query_result()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
evergreen_compute.c
381
util_le32_to_cpu
(*(uint32_t*)(config + i));
in r600_shader_binary_read_config()
383
util_le32_to_cpu
(*(uint32_t*)(config + i + 4));
in r600_shader_binary_read_config()
1027
buffer_offset =
util_le32_to_cpu
(*(handles[i]));
in evergreen_set_global_binding()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_compute.c
367
offset =
util_le32_to_cpu
(*handles[i]);
in si_set_global_binding()
Completed in 10 milliseconds