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:packed_type
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/
H
A
D
gl_nir_lower_packed_varyings.c
280
const struct glsl_type *
packed_type
;
in create_or_update_packed_varying()
local
282
packed_type
= glsl_vector_type(GLSL_TYPE_INT, state->components[slot]);
in create_or_update_packed_varying()
284
packed_type
= glsl_vector_type(GLSL_TYPE_FLOAT, state->components[slot]);
in create_or_update_packed_varying()
287
packed_type
=
in create_or_update_packed_varying()
288
glsl_array_type(
packed_type
, state->gs_input_vertices, 0);
in create_or_update_packed_varying()
291
packed_var->type =
packed_type
;
in create_or_update_packed_varying()
488
const struct glsl_type *
packed_type
= glsl_without_array(packed_var->type);
in bitwise_assign_unpack()
local
489
enum glsl_base_type packed_base_type = glsl_get_base_type(
packed_type
);
in bitwise_assign_unpack()
514
assert(glsl_get_vector_elements(
packed_type
) == 4);
in bitwise_assign_unpack()
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-value.h
153
// If {
packed_type
.is_packed()}, create a new value of {
packed_type
()}.
155
WasmValue Packed(ValueType
packed_type
) const {
in Packed()
156
if (
packed_type
== kWasmI8) {
in Packed()
160
if (
packed_type
== kWasmI16) {
in Packed()
/third_party/mesa3d/src/compiler/
H
A
D
glsl_types.cpp
3043
union
packed_type
{
union
3111
STATIC_ASSERT(sizeof(union
packed_type
) == 4);
in encode_type_to_blob()
3112
union
packed_type
encoded;
in encode_type_to_blob()
3218
union
packed_type
encoded;
in decode_type_from_blob()
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
spirv_glsl.hpp
435
bool
packed_type
, bool row_major);
/third_party/mesa3d/src/compiler/spirv/
H
A
D
spirv_to_nir.c
5619
struct vtn_type *
packed_type
= vtn_get_value_type(b, w[2]);
in vtn_handle_write_packed_primitive_indices()
local
5620
vtn_fail_if(
packed_type
->base_type != vtn_base_type_scalar ||
in vtn_handle_write_packed_primitive_indices()
5621
packed_type
->type != glsl_uint_type(),
in vtn_handle_write_packed_primitive_indices()
Completed in 16 milliseconds