OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_dual_slot
(Results
1 - 22
of
22
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_set_program_inouts.cpp
120
var->type->without_array()->
is_dual_slot
())
311
if (type->without_array()->
is_dual_slot
())
gl_nir_link_uniforms.c
656
bool
is_dual_slot
= glsl_type_is_dual_slot(glsl_without_array(type));
local
657
if (
is_dual_slot
)
668
if (
is_dual_slot
) {
linker.cpp
3199
if (var->type->without_array()->
is_dual_slot
())
3276
if (to_assign[i].var->type->without_array()->
is_dual_slot
())
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir_set_program_inouts.cpp
120
var->type->without_array()->
is_dual_slot
())
311
if (type->without_array()->
is_dual_slot
())
linker.cpp
3099
if (var->type->without_array()->
is_dual_slot
())
3176
if (to_assign[i].var->type->without_array()->
is_dual_slot
())
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_draw_upload.c
523
input->
is_dual_slot
= (vp->DualSlotInputs & BITFIELD64_BIT(attr)) != 0;
632
input->
is_dual_slot
= (vp->DualSlotInputs & BITFIELD64_BIT(attr)) != 0;
688
input->
is_dual_slot
= (vp->DualSlotInputs & BITFIELD64_BIT(attr)) != 0;
brw_context.h
442
bool
is_dual_slot
;
member in struct:brw_vertex_element
genX_state_upload.c
298
bool
is_dual_slot
)
303
if (
is_dual_slot
)
539
if (uploads_needed(format, input->
is_dual_slot
) > 1)
636
uploads_needed(format, input->
is_dual_slot
) : 1;
706
if (glformat->Doubles && !input->
is_dual_slot
) {
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h
897
bool
is_dual_slot
() const
function in struct:glsl_type
nir_types.cpp
373
return type->
is_dual_slot
();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h
645
bool
is_dual_slot
() const
function in struct:glsl_type
nir_types.cpp
341
return type->
is_dual_slot
();
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
ir_to_mesa.cpp
2391
bool
is_dual_slot
= type->without_array()->
is_dual_slot
();
local
2392
if (
is_dual_slot
)
2402
if (
is_dual_slot
) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_draw_upload.c
499
input->
is_dual_slot
= (vp->DualSlotInputs & BITFIELD64_BIT(index)) != 0;
brw_context.h
452
bool
is_dual_slot
;
member in struct:brw_vertex_element
genX_state_upload.c
304
bool
is_dual_slot
)
309
if (
is_dual_slot
)
546
if (uploads_needed(format, input->
is_dual_slot
) > 1)
643
uploads_needed(format, input->
is_dual_slot
) : 1;
714
if (glattrib->Format.Doubles && !input->
is_dual_slot
) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
ir_to_mesa.cpp
2442
bool
is_dual_slot
= type->without_array()->
is_dual_slot
();
local
2443
if (
is_dual_slot
)
2453
if (
is_dual_slot
) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_vec4_visitor.cpp
587
(as_vec4 && col_type->
is_dual_slot
()) ? 2 : 1;
595
return (as_vec4 && type->
is_dual_slot
()) ? 2 : 1;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_vec4_visitor.cpp
600
(as_vec4 && col_type->
is_dual_slot
()) ? 2 : 1;
608
return (as_vec4 && type->
is_dual_slot
()) ? 2 : 1;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_io.c
2656
static bool
is_dual_slot
(nir_intrinsic_instr *intrin)
function
2702
sem.num_slots =
is_dual_slot
(intrin) ? 2 : 1;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp
3173
if (type->
is_dual_slot
()) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp
3083
if (type->
is_dual_slot
()) {
Completed in 49 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026