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:blend_info
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_pipeline.c
2179
const VkPipelineColorBlendStateCreateInfo *
blend_info
,
in tu6_emit_rb_mrt_controls()
2185
vk_find_struct_const(
blend_info
->pNext,
in tu6_emit_rb_mrt_controls()
2199
if (
blend_info
->logicOpEnable) {
in tu6_emit_rb_mrt_controls()
2201
rb_mrt_control_rop = tu6_rb_mrt_control_rop(
blend_info
->logicOp,
in tu6_emit_rb_mrt_controls()
2206
pipeline->num_rts =
blend_info
->attachmentCount;
in tu6_emit_rb_mrt_controls()
2207
for (uint32_t i = 0; i <
blend_info
->attachmentCount; i++) {
in tu6_emit_rb_mrt_controls()
2209
&
blend_info
->pAttachments[i];
in tu6_emit_rb_mrt_controls()
3615
const VkPipelineColorBlendStateCreateInfo *
blend_info
=
in tu_pipeline_builder_parse_multisample_and_color_blend()
local
3620
tu6_emit_rb_mrt_controls(pipeline,
blend_info
,
in tu_pipeline_builder_parse_multisample_and_color_blend()
3631
blend_info
in tu_pipeline_builder_parse_multisample_and_color_blend()
2178
tu6_emit_rb_mrt_controls(struct tu_pipeline *pipeline, const VkPipelineColorBlendStateCreateInfo *
blend_info
, const VkFormat attachment_formats[MAX_RTS], bool *rop_reads_dst, uint32_t *color_bandwidth_per_sample)
tu6_emit_rb_mrt_controls()
argument
3690
const VkPipelineColorBlendStateCreateInfo *
blend_info
=
tu_pipeline_builder_parse_rasterization_order()
local
[all...]
/third_party/skia/third_party/externals/imgui/backends/
H
A
D
imgui_impl_vulkan.cpp
857
VkPipelineColorBlendStateCreateInfo
blend_info
= {};
in ImGui_ImplVulkan_CreatePipeline()
local
858
blend_info
.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO;
in ImGui_ImplVulkan_CreatePipeline()
859
blend_info
.attachmentCount = 1;
in ImGui_ImplVulkan_CreatePipeline()
860
blend_info
.pAttachments = color_attachment;
in ImGui_ImplVulkan_CreatePipeline()
881
info.pColorBlendState = &
blend_info
;
in ImGui_ImplVulkan_CreatePipeline()
/third_party/mesa3d/src/vulkan/overlay-layer/
H
A
D
overlay.cpp
1583
VkPipelineColorBlendStateCreateInfo
blend_info
= {};
in setup_swapchain_data_pipeline()
local
1584
blend_info
.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO;
in setup_swapchain_data_pipeline()
1585
blend_info
.attachmentCount = 1;
in setup_swapchain_data_pipeline()
1586
blend_info
.pAttachments = color_attachment;
in setup_swapchain_data_pipeline()
1605
info.pColorBlendState = &
blend_info
;
in setup_swapchain_data_pipeline()
Completed in 13 milliseconds