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:input_desc
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/translate/
H
A
D
translate_sse.c
479
const struct util_format_description *
input_desc
=
in translate_attr_convert()
local
495
if (
input_desc
->channel[0].size & 7)
in translate_attr_convert()
498
if (
input_desc
->colorspace != output_desc->colorspace)
in translate_attr_convert()
501
for (i = 1; i <
input_desc
->nr_channels; ++i) {
in translate_attr_convert()
503
(&
input_desc
->channel[i], &
input_desc
->channel[0],
in translate_attr_convert()
504
sizeof(
input_desc
->channel[0])))
in translate_attr_convert()
518
swizzle[output_desc->swizzle[i]] =
input_desc
->swizzle[i];
in translate_attr_convert()
531
&& i >=
input_desc
->nr_channels)
in translate_attr_convert()
543
switch (
input_desc
in translate_attr_convert()
[all...]
/third_party/curl/lib/vauth/
H
A
D
krb5_sspi.c
265
SecBufferDesc
input_desc
;
in Curl_auth_create_gssapi_security_message()
local
296
input_desc
.ulVersion = SECBUFFER_VERSION;
in Curl_auth_create_gssapi_security_message()
297
input_desc
.cBuffers = 2;
in Curl_auth_create_gssapi_security_message()
298
input_desc
.pBuffers = input_buf;
in Curl_auth_create_gssapi_security_message()
307
status = s_pSecFn->DecryptMessage(krb5->context, &
input_desc
, 0, &qop);
in Curl_auth_create_gssapi_security_message()
/third_party/curl/lib/
H
A
D
socks_sspi.c
80
SecBufferDesc
input_desc
, output_desc, wrap_desc;
in Curl_SOCKS5_gssapi_negotiate()
local
119
input_desc
.cBuffers = 1;
in Curl_SOCKS5_gssapi_negotiate()
120
input_desc
.pBuffers = &sspi_recv_token;
in Curl_SOCKS5_gssapi_negotiate()
121
input_desc
.ulVersion = SECBUFFER_VERSION;
in Curl_SOCKS5_gssapi_negotiate()
179
&
input_desc
,
in Curl_SOCKS5_gssapi_negotiate()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_resource.cpp
685
D3D12_RESOURCE_DESC
input_desc
= GetDesc(input_res);
in d3d12_resource_from_resource()
local
689
handle.format = d3d12_get_pipe_format(
input_desc
.Format);
in d3d12_resource_from_resource()
694
if(
input_desc
.Dimension == D3D12_RESOURCE_DIMENSION_BUFFER) {
in d3d12_resource_from_resource()
697
templ.target = (
input_desc
.DepthOrArraySize > 1) ? PIPE_TEXTURE_2D_ARRAY : PIPE_TEXTURE_2D;
in d3d12_resource_from_resource()
700
templ.format = d3d12_get_pipe_format(
input_desc
.Format);
in d3d12_resource_from_resource()
701
templ.width0 =
input_desc
.Width;
in d3d12_resource_from_resource()
702
templ.height0 =
input_desc
.Height;
in d3d12_resource_from_resource()
703
templ.depth0 =
input_desc
.DepthOrArraySize;
in d3d12_resource_from_resource()
704
templ.array_size =
input_desc
.DepthOrArraySize;
in d3d12_resource_from_resource()
Completed in 6 milliseconds