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:output_map
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_tgsi_decl_sm30.c
336
emit->
output_map
[idx] = dst_register(SVGA3DREG_TEMP,
in ps30_output()
338
emit->temp_color_output[idx] = emit->
output_map
[idx];
in ps30_output()
350
emit->
output_map
[idx+i] = dst_register(SVGA3DREG_TEMP,
in ps30_output()
352
emit->temp_color_output[i] = emit->
output_map
[idx+i];
in ps30_output()
359
emit->
output_map
[idx] =
in ps30_output()
364
emit->
output_map
[idx] = dst_register(SVGA3DREG_COLOROUT,
in ps30_output()
369
emit->
output_map
[idx] = dst_register(SVGA3DREG_TEMP,
in ps30_output()
371
emit->temp_pos = emit->
output_map
[idx];
in ps30_output()
378
emit->
output_map
[idx] = dst_register(SVGA3DREG_COLOROUT, 0);
in ps30_output()
474
emit->
output_map
[id
in vs30_output()
[all...]
H
A
D
svga_link.c
53
for (i = 0; i < ARRAY_SIZE(linkage->prevShader.
output_map
); i++) {
in svga_link_shaders()
54
linkage->prevShader.
output_map
[i] = INVALID_INDEX;
in svga_link_shaders()
85
linkage->prevShader.
output_map
[j] = i;
in svga_link_shaders()
98
linkage->prevShader.
output_map
[out_index] = i;
in svga_link_shaders()
121
linkage->prevShader.
output_map
[j] = i;
in svga_link_shaders()
H
A
D
svga_link.h
18
ubyte
output_map
[PIPE_MAX_SHADER_OUTPUTS];
member
H
A
D
svga_tgsi_emit.h
108
SVGA3dShaderDestToken
output_map
[PIPE_MAX_ATTRIBS];
member
H
A
D
svga_tgsi_insn.c
99
dest = emit->
output_map
[reg->Register.Index];
in translate_dst_register()
H
A
D
svga_tgsi_vgpu10.c
5396
if (emit->linkage.prevShader.
output_map
[i] >
in emit_tes_input_declarations()
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-var-common.hh
58
const hb_array_t<const uint32_t>
output_map
= plan.get_output_map ();
in serialize()
local
61
if (unlikely (
output_map
.length && ((((inner_bit_count-1)&~0xF)!=0) || (((width-1)&~0x3)!=0))))
in serialize()
66
mapCount =
output_map
.length;
in serialize()
67
HBUINT8 *p = c->allocate_size<HBUINT8> (width *
output_map
.length);
in serialize()
69
for (unsigned int i = 0; i <
output_map
.length; i++)
in serialize()
71
unsigned int v =
output_map
[i];
in serialize()
H
A
D
hb-ot-var-hvar-table.hh
54
output_map
.init ();
in init()
111
output_map
.fini ();
in fini()
128
output_map
.resize (map_count);
in remap()
129
for (hb_codepoint_t gid = 0; gid <
output_map
.length; gid++)
in remap()
136
output_map
[gid] = (outer_map[outer] << 16) | (inner_maps[outer][v & 0xFFFF]);
in remap()
139
output_map
[gid] = 0; /* Map unused glyph to outer/inner=0/0 */
in remap()
151
hb_array_t<const uint32_t> get_output_map () const { return
output_map
.as_array (); }
in get_output_map()
158
hb_vector_t<uint32_t>
output_map
;
member
/third_party/skia/third_party/externals/angle2/scripts/
H
A
D
gen_proc_table.py
279
output_map
= template_map.format(
281
out_file.write(
output_map
)
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_shader.c
687
uint8_t
output_map
[VARYING_SLOT_TESS_MAX];
in tu_gather_xfb_info()
local
688
memset(
output_map
, 0, sizeof(
output_map
));
in tu_gather_xfb_info()
695
output_map
[var->data.location + i] = var->data.driver_location + i;
in tu_gather_xfb_info()
709
info->output[i].register_index =
output_map
[xfb->outputs[i].location];
in tu_gather_xfb_info()
Completed in 24 milliseconds