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:ibv
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/imgui/backends/
H
A
D
imgui_impl_dx12.cpp
131
D3D12_INDEX_BUFFER_VIEW
ibv
;
in ImGui_ImplDX12_SetupRenderState()
local
132
memset(&
ibv
, 0, sizeof(D3D12_INDEX_BUFFER_VIEW));
in ImGui_ImplDX12_SetupRenderState()
133
ibv
.BufferLocation = fr->IndexBuffer->GetGPUVirtualAddress();
in ImGui_ImplDX12_SetupRenderState()
134
ibv
.SizeInBytes = fr->IndexBufferSize * sizeof(ImDrawIdx);
in ImGui_ImplDX12_SetupRenderState()
135
ibv
.Format = sizeof(ImDrawIdx) == 2 ? DXGI_FORMAT_R16_UINT : DXGI_FORMAT_R32_UINT;
in ImGui_ImplDX12_SetupRenderState()
136
ctx->IASetIndexBuffer(&
ibv
);
in ImGui_ImplDX12_SetupRenderState()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_draw.cpp
1118
D3D12_INDEX_BUFFER_VIEW
ibv
;
in d3d12_draw_vbo()
local
1120
ibv
.BufferLocation = d3d12_resource_gpu_virtual_address(res) + index_offset;
in d3d12_draw_vbo()
1121
ibv
.SizeInBytes = res->base.b.width0 - index_offset;
in d3d12_draw_vbo()
1122
ibv
.Format = ib_format(dinfo->index_size);
in d3d12_draw_vbo()
1125
memcmp(&ctx->
ibv
, &
ibv
, sizeof(D3D12_INDEX_BUFFER_VIEW)) != 0) {
in d3d12_draw_vbo()
1126
ctx->
ibv
=
ibv
;
in d3d12_draw_vbo()
1128
ctx->cmdlist->IASetIndexBuffer(&
ibv
);
in d3d12_draw_vbo()
H
A
D
d3d12_context.h
212
D3D12_INDEX_BUFFER_VIEW
ibv
;
member
Completed in 5 milliseconds