OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_component
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
Shader.cpp
862
unsigned
start_component
= 0;
local
866
++
start_component
;
873
assert(
start_component
< 4);
875
LOG_UNSUPPORTED(((1 << num_components) - 1) <<
start_component
!=
883
pShader->state.stream_output.output[idx].
start_component
=
884
start_component
;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_shader.h
204
unsigned
start_component
: 2; /** 0 to 3 */
member in struct:ir3_stream_output
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
nir_to_tgsi.c
150
ntt_tgsi_usage_mask(unsigned
start_component
, unsigned num_components,
154
u_bit_consecutive(
start_component
, num_components);
157
if (
start_component
>= 2)
1355
int
start_component
= nir_intrinsic_component(instr);
local
1357
start_component
*= 2;
1359
src = ntt_shift_by_frac(src,
start_component
,
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
nir_to_vir.c
1377
int
start_component
= var->data.location_frac;
local
1381
start_component
+ num_components);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_shader.h
112
unsigned
start_component
:2; /** 0 to 3 */
member in struct:ir3_stream_output
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_state.h
253
unsigned
start_component
:2; /** 0 to 3 */
member in struct:pipe_stream_output
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_state.h
239
unsigned
start_component
:2; /** 0 to 3 */
member in struct:pipe_stream_output
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
nir_to_vir.c
1959
int
start_component
= var->data.location_frac;
local
1963
start_component
+ num_components);
1966
if (
start_component
== 0 &&
Completed in 45 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026