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:attribute_desc
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/imgui/backends/
H
A
D
imgui_impl_vulkan.cpp
803
VkVertexInputAttributeDescription
attribute_desc
[3] = {};
in ImGui_ImplVulkan_CreatePipeline()
local
804
attribute_desc
[0].location = 0;
in ImGui_ImplVulkan_CreatePipeline()
805
attribute_desc
[0].binding = binding_desc[0].binding;
in ImGui_ImplVulkan_CreatePipeline()
806
attribute_desc
[0].format = VK_FORMAT_R32G32_SFLOAT;
in ImGui_ImplVulkan_CreatePipeline()
807
attribute_desc
[0].offset = IM_OFFSETOF(ImDrawVert, pos);
in ImGui_ImplVulkan_CreatePipeline()
808
attribute_desc
[1].location = 1;
in ImGui_ImplVulkan_CreatePipeline()
809
attribute_desc
[1].binding = binding_desc[0].binding;
in ImGui_ImplVulkan_CreatePipeline()
810
attribute_desc
[1].format = VK_FORMAT_R32G32_SFLOAT;
in ImGui_ImplVulkan_CreatePipeline()
811
attribute_desc
[1].offset = IM_OFFSETOF(ImDrawVert, uv);
in ImGui_ImplVulkan_CreatePipeline()
812
attribute_desc
[
in ImGui_ImplVulkan_CreatePipeline()
[all...]
H
A
D
imgui_impl_wgpu.cpp
565
WGPUVertexAttribute
attribute_desc
[] =
in ImGui_ImplWGPU_CreateDeviceObjects()
local
576
buffer_layouts[0].attributes =
attribute_desc
;
in ImGui_ImplWGPU_CreateDeviceObjects()
/third_party/skia/third_party/externals/tint/src/transform/
H
A
D
vertex_pulling.cc
320
for (const VertexAttributeDescriptor&
attribute_desc
:
in CreateVertexPullingPreamble()
322
auto it = location_info.find(
attribute_desc
.shader_location);
in CreateVertexPullingPreamble()
331
auto fmt_dt = DataTypeOf(
attribute_desc
.format);
in CreateVertexPullingPreamble()
337
<< std::to_string(
attribute_desc
.shader_location)
in CreateVertexPullingPreamble()
338
<< " has format " <<
attribute_desc
.format
in CreateVertexPullingPreamble()
346
auto* fetch = Fetch(buffer_array_base,
attribute_desc
.offset,
in CreateVertexPullingPreamble()
347
buffer_idx,
attribute_desc
.format);
in CreateVertexPullingPreamble()
/third_party/mesa3d/src/vulkan/overlay-layer/
H
A
D
overlay.cpp
1528
VkVertexInputAttributeDescription
attribute_desc
[3] = {};
in setup_swapchain_data_pipeline()
local
1529
attribute_desc
[0].location = 0;
in setup_swapchain_data_pipeline()
1530
attribute_desc
[0].binding = binding_desc[0].binding;
in setup_swapchain_data_pipeline()
1531
attribute_desc
[0].format = VK_FORMAT_R32G32_SFLOAT;
in setup_swapchain_data_pipeline()
1532
attribute_desc
[0].offset = IM_OFFSETOF(ImDrawVert, pos);
in setup_swapchain_data_pipeline()
1533
attribute_desc
[1].location = 1;
in setup_swapchain_data_pipeline()
1534
attribute_desc
[1].binding = binding_desc[0].binding;
in setup_swapchain_data_pipeline()
1535
attribute_desc
[1].format = VK_FORMAT_R32G32_SFLOAT;
in setup_swapchain_data_pipeline()
1536
attribute_desc
[1].offset = IM_OFFSETOF(ImDrawVert, uv);
in setup_swapchain_data_pipeline()
1537
attribute_desc
[
in setup_swapchain_data_pipeline()
[all...]
Completed in 8 milliseconds