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:nv50_tsc_entry
(Results
1 - 13
of
13
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_stateobj_tex.h
7
struct
nv50_tsc_entry
{
struct
13
static inline struct
nv50_tsc_entry
*
14
nv50_tsc_entry
(void *hwcso)
in nv50_tsc_entry()
function
16
return (struct
nv50_tsc_entry
*)hwcso;
in nv50_tsc_entry()
H
A
D
nv50_screen.h
194
nv50_screen_tsc_unlock(struct nv50_screen *screen, struct
nv50_tsc_entry
*tsc)
in nv50_screen_tsc_unlock()
210
nv50_screen_tsc_free(struct nv50_screen *screen, struct
nv50_tsc_entry
*tsc)
in nv50_screen_tsc_free()
H
A
D
nv50_state.c
487
struct
nv50_tsc_entry
*so = MALLOC_STRUCT(
nv50_tsc_entry
);
in nv50_sampler_state_create()
602
nv50_screen_tsc_free(nv50_context(pipe)->screen,
nv50_tsc_entry
(hwcso));
in nv50_sampler_state_delete()
616
struct
nv50_tsc_entry
*hwcso = hwcsos ?
nv50_tsc_entry
(hwcsos[i]) : NULL;
in nv50_stage_sampler_states_bind()
617
struct
nv50_tsc_entry
*old = nv50->samplers[s][i];
in nv50_stage_sampler_states_bind()
H
A
D
nv50_tex.c
383
struct
nv50_tsc_entry
*tsc =
nv50_tsc_entry
(nv50->samplers[s][i]);
in nv50_validate_tsc()
H
A
D
nv50_context.h
184
struct
nv50_tsc_entry
*samplers[NV50_MAX_SHADER_STAGES][PIPE_MAX_SAMPLERS];
H
A
D
nv50_surface.c
838
struct
nv50_tsc_entry
sampler[2]; /* nearest, bilinear */
862
struct
nv50_tsc_entry
*sampler[2];
H
A
D
nv50_screen.c
1253
nv50_tsc_entry
(screen->tsc.entries[i])->id = -1;
in nv50_screen_tsc_alloc()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_screen.h
220
nvc0_screen_tsc_unlock(struct nvc0_screen *screen, struct
nv50_tsc_entry
*tsc)
in nvc0_screen_tsc_unlock()
236
nvc0_screen_tsc_free(struct nvc0_screen *screen, struct
nv50_tsc_entry
*tsc)
in nvc0_screen_tsc_free()
H
A
D
nvc0_tex.c
632
struct
nv50_tsc_entry
*tsc =
nv50_tsc_entry
(nvc0->samplers[s][i]);
in nvc0_validate_tsc()
690
struct
nv50_tsc_entry
*tsc =
nv50_tsc_entry
(nvc0->samplers[s][i]);
in nve4_validate_tsc()
802
struct
nv50_tsc_entry
*tsc = pipe->create_sampler_state(pipe, sampler);
in nve4_create_texture_handle()
H
A
D
nvc0_context.h
228
struct
nv50_tsc_entry
*samplers[6][PIPE_MAX_SAMPLERS];
H
A
D
nvc0_state.c
456
nvc0_screen_tsc_free(nvc0_context(pipe)->screen,
nv50_tsc_entry
(hwcso));
in nvc0_sampler_state_delete()
470
struct
nv50_tsc_entry
*hwcso = hwcsos ?
nv50_tsc_entry
(hwcsos[i]) : NULL;
in nvc0_stage_sampler_states_bind()
471
struct
nv50_tsc_entry
*old = nvc0->samplers[s][i];
in nvc0_stage_sampler_states_bind()
H
A
D
nvc0_surface.c
805
struct
nv50_tsc_entry
sampler[2]; /* nearest, bilinear */
834
struct
nv50_tsc_entry
*sampler[2];
H
A
D
nvc0_screen.c
1612
nv50_tsc_entry
(screen->tsc.entries[i])->id = -1;
in nvc0_screen_tsc_alloc()
Completed in 18 milliseconds