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:color_outputs
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/
H
A
D
helpers.cpp
606
color_outputs
[decl->location] = VK_FORMAT_R32G32B32A32_SFLOAT;
in add_io_decls()
608
color_outputs
[decl->location] = VK_FORMAT_R32G32B32A32_UINT;
in add_io_decls()
610
color_outputs
[decl->location] = VK_FORMAT_R32G32B32A32_SINT;
in add_io_decls()
695
if (
color_outputs
[i] == VK_FORMAT_UNDEFINED)
in create_graphics_pipeline()
700
desc->format =
color_outputs
[i];
in create_graphics_pipeline()
H
A
D
helpers.h
119
VkFormat
color_outputs
[16];
member in PipelineBuilder
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_shader_fs.cpp
495
unsigned
color_outputs
= m_fs_write_all && chip_class() >= ISA_CC_R700 ?
in emit_export_pixel()
local
498
for (unsigned k = 0; k <
color_outputs
; ++k) {
in emit_export_pixel()
/third_party/ffmpeg/libavfilter/
H
A
D
vsrc_testsrc.c
266
static const AVFilterPad
color_outputs
[] = {
variable
283
FILTER_OUTPUTS(
color_outputs
),
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_program.c
2671
const uint64_t
color_outputs
= info->outputs_written &
in iris_create_shader_state()
local
2683
.nr_color_regions = util_bitcount(
color_outputs
),
in iris_create_shader_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_program.c
2888
const uint64_t
color_outputs
= info->outputs_written &
in crocus_create_fs_state()
local
2899
.nr_color_regions = util_bitcount(
color_outputs
),
in crocus_create_fs_state()
Completed in 16 milliseconds