OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packed_type
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
lower_packed_varyings.cpp
700
const glsl_type *
packed_type
;
local
703
packed_type
= glsl_type::get_instance(GLSL_TYPE_INT, components[slot], 1);
705
packed_type
= glsl_type::get_instance(GLSL_TYPE_FLOAT, components[slot], 1);
707
packed_type
=
708
glsl_type::get_array_instance(
packed_type
,
712
ir_variable(
packed_type
, packed_name, this->mode);
723
packed_type
->without_array() == glsl_type::ivec4_type
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
lower_packed_varyings.cpp
720
const glsl_type *
packed_type
;
local
723
packed_type
= glsl_type::get_instance(GLSL_TYPE_INT, components[slot], 1);
725
packed_type
= glsl_type::get_instance(GLSL_TYPE_FLOAT, components[slot], 1);
727
packed_type
=
728
glsl_type::get_array_instance(
packed_type
,
732
ir_variable(
packed_type
, packed_name, this->mode);
743
packed_type
->without_array() == glsl_type::ivec4_type
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp
2917
union
packed_type
{
union
2985
STATIC_ASSERT(sizeof(union
packed_type
) == 4);
2986
union
packed_type
encoded;
3092
union
packed_type
encoded;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_to_nir.c
5519
struct vtn_type *
packed_type
= vtn_get_value_type(b, w[2]);
local
5520
vtn_fail_if(
packed_type
->base_type != vtn_base_type_scalar ||
5521
packed_type
->type != glsl_uint_type(),
Completed in 10 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026