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:const_buffer
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/
H
A
D
lima_draw.c
292
ctx->
const_buffer
+ PIPE_SHADER_VERTEX;
in lima_pack_vs_cmd()
749
if (ctx->
const_buffer
[PIPE_SHADER_FRAGMENT].buffer) {
in lima_pack_render_state()
855
ctx->
const_buffer
+ PIPE_SHADER_VERTEX;
in lima_update_gp_uniform()
901
const float *const_buff = ctx->
const_buffer
[PIPE_SHADER_FRAGMENT].buffer;
in lima_update_pp_uniform()
902
size_t const_buff_size = ctx->
const_buffer
[PIPE_SHADER_FRAGMENT].size / sizeof(float);
in lima_update_pp_uniform()
1039
ctx->
const_buffer
[PIPE_SHADER_VERTEX].dirty) ||
in lima_draw_vbo_update()
1043
ctx->
const_buffer
[PIPE_SHADER_VERTEX].dirty = false;
in lima_draw_vbo_update()
1051
ctx->
const_buffer
[PIPE_SHADER_FRAGMENT].dirty) {
in lima_draw_vbo_update()
1053
ctx->
const_buffer
[PIPE_SHADER_FRAGMENT].dirty = false;
in lima_draw_vbo_update()
H
A
D
lima_context.h
233
struct lima_context_constant_buffer
const_buffer
[PIPE_SHADER_TYPES];
member
H
A
D
lima_state.c
285
struct lima_context_constant_buffer *so = ctx->
const_buffer
+ shader;
in lima_set_constant_buffer()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_execute.c
126
struct pipe_constant_buffer
const_buffer
[PIPE_SHADER_TYPES][16];
member
304
struct pipe_constant_buffer *cbuf = &state->
const_buffer
[sh][slot - 1];
in update_inline_shader_state()
371
i + 1, false, &state->
const_buffer
[PIPE_SHADER_COMPUTE][i]);
in emit_compute_state()
490
idx + 1, false, &state->
const_buffer
[sh][idx]);
in emit_state()
1324
state->
const_buffer
[p_stage][idx].buffer = NULL;
in handle_descriptor()
1325
state->
const_buffer
[p_stage][idx].buffer_offset = 0;
in handle_descriptor()
1326
state->
const_buffer
[p_stage][idx].buffer_size = 0;
in handle_descriptor()
1328
state->
const_buffer
[p_stage][idx].buffer = descriptor->buffer->bo;
in handle_descriptor()
1329
state->
const_buffer
[p_stage][idx].buffer_offset = descriptor->offset + descriptor->buffer->offset;
in handle_descriptor()
1331
state->
const_buffer
[p_stag
in handle_descriptor()
[all...]
Completed in 8 milliseconds