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:db_compatible
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_blit.c
285
assert(tex->
db_compatible
);
in r600_decompress_depth_textures()
317
assert(tex->
db_compatible
);
in r600_decompress_depth_images()
441
if (rtex->
db_compatible
) {
in r600_decompress_subresource()
H
A
D
r600_pipe_common.h
203
bool
db_compatible
;
member
H
A
D
r600_texture.c
418
rtex->
db_compatible
= new_tex->
db_compatible
;
in r600_reallocate_texture_inplace()
944
rtex->
db_compatible
= true;
in r600_texture_create_object()
H
A
D
r600_state.c
699
do_endian_swap = !tmp->
db_compatible
;
in r600_create_sampler_view_custom()
826
if (rtex->
db_compatible
&& !r600_can_sample_zs(rtex, false)) {
in r600_init_color_surface()
881
do_endian_swap = !rtex->
db_compatible
;
in r600_init_color_surface()
H
A
D
evergreen_state.c
747
if (tmp->
db_compatible
) {
in evergreen_fill_tex_resource_words()
771
do_endian_swap = !tmp->
db_compatible
;
in evergreen_fill_tex_resource_words()
907
S_03001C_DEPTH_SAMPLE_ORDER(tmp->
db_compatible
);
in evergreen_fill_tex_resource_words()
1224
do_endian_swap = !rtex->
db_compatible
;
in evergreen_set_color_surface_common()
4214
if (!is_buffer & rtex->
db_compatible
)
in evergreen_set_shader_images()
H
A
D
r600_state_common.c
694
if (!is_buffer && rtex->
db_compatible
) {
in r600_set_sampler_views()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_texture.c
512
tex->
db_compatible
= new_tex->
db_compatible
;
in si_reallocate_texture_inplace()
1013
tex->
db_compatible
= surface->flags & RADEON_SURF_ZBUFFER;
in si_texture_create_object()
H
A
D
si_blit.c
428
assert(tex->
db_compatible
);
in si_decompress_sampler_depth_textures()
852
if (stex->
db_compatible
) {
in si_decompress_subresource()
H
A
D
si_descriptors.c
470
bool is_separate_stencil = tex->
db_compatible
&& sview->is_stencil_sampler;
in si_set_sampler_view_desc()
504
return tex->
db_compatible
&& (tex->dirty_level_mask || (is_stencil && tex->stencil_dirty_level_mask));
in depth_needs_decompression()
H
A
D
si_pipe.h
415
bool
db_compatible
: 1;
member
H
A
D
si_state.c
4594
if (tex->
db_compatible
) {
in si_create_sampler_view()
Completed in 45 milliseconds