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:R600_BIG_ENDIAN
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_formats.h
69
if (
R600_BIG_ENDIAN
) {
in r600_endian_swap()
H
A
D
r600_pipe_common.h
117
#define
R600_BIG_ENDIAN
1
macro
119
#define
R600_BIG_ENDIAN
0
macro
H
A
D
r600_state_common.c
1295
if (
R600_BIG_ENDIAN
) {
in r600_set_constant_buffer()
2291
if (has_user_indices && (
R600_BIG_ENDIAN
|| indirect ||
in r600_draw_vbo()
2436
(VGT_INDEX_32 | (
R600_BIG_ENDIAN
? VGT_DMA_SWAP_32_BIT : 0)) :
in r600_draw_vbo()
2437
(VGT_INDEX_16 | (
R600_BIG_ENDIAN
? VGT_DMA_SWAP_16_BIT : 0)));
in r600_draw_vbo()
3263
if (
R600_BIG_ENDIAN
) {
in r600_colorformat_endian_swap()
H
A
D
r600_pipe.c
338
return !
R600_BIG_ENDIAN
&& rscreen->b.info.has_userptr;
in r600_get_param()
H
A
D
r600_state.c
698
if (
R600_BIG_ENDIAN
)
in r600_create_sampler_view_custom()
880
if (
R600_BIG_ENDIAN
)
in r600_init_color_surface()
H
A
D
r600_asm.c
2865
if (
R600_BIG_ENDIAN
) {
in r600_create_vertex_fetch_shader()
H
A
D
evergreen_state.c
770
if (
R600_BIG_ENDIAN
)
in evergreen_fill_tex_resource_words()
1223
if (
R600_BIG_ENDIAN
)
in evergreen_set_color_surface_common()
H
A
D
r600_shader.c
153
if (
R600_BIG_ENDIAN
) {
in store_shader()
Completed in 33 milliseconds