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:texture_mask
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/wgl/
H
A
D
stw_st.c
55
unsigned
texture_mask
;
member
310
stwfb->
texture_mask
= mask;
in stw_st_framebuffer_validate_locked()
329
if (stwfb->fb->must_resize || stwfb->needs_fake_front || (statt_mask & ~stwfb->
texture_mask
)) {
in stw_st_framebuffer_validate()
573
mask = stwfb->
texture_mask
& ~(front | back);
in stw_st_swap_framebuffer_locked()
574
if (stwfb->
texture_mask
& front)
in stw_st_swap_framebuffer_locked()
576
if (stwfb->
texture_mask
& back)
in stw_st_swap_framebuffer_locked()
578
stwfb->
texture_mask
= mask;
in stw_st_swap_framebuffer_locked()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
xm_st.c
43
unsigned texture_width, texture_height,
texture_mask
;
member
187
xstfb->
texture_mask
= mask;
in xmesa_st_framebuffer_validate_textures()
220
new_mask = statt_mask & ~xstfb->
texture_mask
;
in xmesa_st_framebuffer_validate()
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_drawable.c
67
new_mask = (statt_mask & ~drawable->
texture_mask
);
in dri_st_framebuffer_validate()
91
drawable->
texture_mask
= statt_mask;
in dri_st_framebuffer_validate()
225
if (drawable->
texture_mask
& (1 << statt))
in dri_drawable_validate_att()
230
if (drawable->
texture_mask
& (1 << i)) {
in dri_drawable_validate_att()
H
A
D
dri_drawable.h
61
unsigned int
texture_mask
, texture_stamp;
member
H
A
D
dri2.c
85
drawable->
texture_mask
= 0;
in dri2_invalidate_drawable()
2226
(drawable->
texture_mask
& (1 << ST_ATTACHMENT_BACK_LEFT))) {
in dri2_set_damage_region()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_tex.c
1415
uint32_t
texture_mask
= 1u << texture_index;
in nir_lower_tex_block()
local
1421
texture_mask
= var && texture_index < 32 ? (1u << texture_index) : 0u;
in nir_lower_tex_block()
1424
if (
texture_mask
& options->lower_y_uv_external) {
in nir_lower_tex_block()
1429
if (
texture_mask
& options->lower_y_u_v_external) {
in nir_lower_tex_block()
1434
if (
texture_mask
& options->lower_yx_xuxv_external) {
in nir_lower_tex_block()
1439
if (
texture_mask
& options->lower_xy_uxvx_external) {
in nir_lower_tex_block()
1444
if (
texture_mask
& options->lower_ayuv_external) {
in nir_lower_tex_block()
1449
if (
texture_mask
& options->lower_xyuv_external) {
in nir_lower_tex_block()
1454
if (
texture_mask
& options->lower_yuv_external) {
in nir_lower_tex_block()
1479
if ((
texture_mask
in nir_lower_tex_block()
[all...]
Completed in 10 milliseconds