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:mip_offset
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_draw_feedback.c
331
uint32_t
mip_offset
[PIPE_MAX_TEXTURE_LEVELS];
in st_feedback_draw_vbo()
local
367
mip_offset
[j] = mip_addr[j] - base_addr;
in st_feedback_draw_vbo()
373
mip_offset
[0] = 0;
in st_feedback_draw_vbo()
388
img_stride,
mip_offset
);
in st_feedback_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_state_sampler.c
491
uint32_t
mip_offset
= lp_img->mip_offsets[view->u.tex.level];
in prepare_shader_images()
local
501
mip_offset
+= view->u.tex.first_layer * lp_img->img_stride[view->u.tex.level];
in prepare_shader_images()
507
addr = (uint8_t *)addr +
mip_offset
;
in prepare_shader_images()
H
A
D
lp_setup.c
717
uint32_t
mip_offset
= lp_res->mip_offsets[image->u.tex.level];
in lp_setup_set_fs_images()
local
738
mip_offset
+= image->u.tex.first_layer * lp_res->img_stride[image->u.tex.level];
in lp_setup_set_fs_images()
745
jit_image->base = (uint8_t *)jit_image->base +
mip_offset
;
in lp_setup_set_fs_images()
H
A
D
lp_state_cs.c
1180
uint32_t
mip_offset
= lp_res->mip_offsets[image->u.tex.level];
in lp_csctx_set_cs_images()
local
1201
mip_offset
+= image->u.tex.first_layer * lp_res->img_stride[image->u.tex.level];
in lp_csctx_set_cs_images()
1208
jit_image->base = (uint8_t *)jit_image->base +
mip_offset
;
in lp_csctx_set_cs_images()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_sample.c
1189
LLVMValueRef
mip_offset
= load_mip(bld->gallivm, bld->mip_offsets, level);
in lp_build_get_mipmap_level()
local
1191
LLVMValueRef data_ptr = LLVMBuildGEP(builder, bld->base_ptr, &
mip_offset
, 1, "");
in lp_build_get_mipmap_level()
Completed in 15 milliseconds