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:fs_attr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_state.c
4463
int urb_entry_read_offset, int
fs_attr
,
in get_attr_override()
4467
int slot = vue_map->varying_to_slot[
fs_attr
];
in get_attr_override()
4473
if (
fs_attr
== VARYING_SLOT_VIEWPORT ||
fs_attr
== VARYING_SLOT_LAYER) {
in get_attr_override()
4489
if (slot == -1 &&
fs_attr
== VARYING_SLOT_COL0)
in get_attr_override()
4491
if (slot == -1 &&
fs_attr
== VARYING_SLOT_COL1)
in get_attr_override()
4577
for (int
fs_attr
= 0;
fs_attr
< VARYING_SLOT_MAX;
fs_attr
++) {
in calculate_attr_overrides()
4578
const int input_index = wm_prog_data->urb_setup[
fs_attr
];
in calculate_attr_overrides()
4460
get_attr_override( struct GENX(SF_OUTPUT_ATTRIBUTE_DETAIL) *attr, const struct brw_vue_map *vue_map, int urb_entry_read_offset, int
fs_attr
, bool two_side_color, uint32_t *max_source_attr)
get_attr_override()
argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_state.c
4185
const uint8_t
fs_attr
= wm_prog_data->urb_setup_attribs[idx];
in iris_emit_sbe_swiz()
local
4186
const int input_index = wm_prog_data->urb_setup[
fs_attr
];
in iris_emit_sbe_swiz()
4192
int slot = vue_map->varying_to_slot[
fs_attr
];
in iris_emit_sbe_swiz()
4198
switch (
fs_attr
) {
in iris_emit_sbe_swiz()
4221
if (slot == -1 &&
fs_attr
== VARYING_SLOT_COL0)
in iris_emit_sbe_swiz()
4223
if (slot == -1 &&
fs_attr
== VARYING_SLOT_COL1)
in iris_emit_sbe_swiz()
Completed in 20 milliseconds