OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:column_type
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
gl_nir_link_uniform_initializers.c
125
const struct glsl_type *
column_type
= glsl_get_column_type(type);
local
128
column_type
, boolean_true);
ir_constant_expression.cpp
956
const glsl_type *const
column_type
= array->type->
column_type
();
local
968
return new(mem_ctx) ir_constant(
column_type
, &data);
974
const unsigned mat_idx = column *
column_type
->vector_elements;
978
switch (
column_type
->base_type) {
980
for (unsigned i = 0; i <
column_type
->vector_elements; i++)
986
for (unsigned i = 0; i <
column_type
->vector_elements; i++)
992
for (unsigned i = 0; i <
column_type
->vector_elements; i++)
1001
return new(mem_ctx) ir_constant(
column_type
, &data);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir_constant_expression.cpp
790
const glsl_type *const
column_type
= array->type->
column_type
();
local
795
const unsigned mat_idx = column *
column_type
->vector_elements;
799
switch (
column_type
->base_type) {
802
for (unsigned i = 0; i <
column_type
->vector_elements; i++)
808
for (unsigned i = 0; i <
column_type
->vector_elements; i++)
814
for (unsigned i = 0; i <
column_type
->vector_elements; i++)
824
return new(mem_ctx) ir_constant(
column_type
, &data);
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h
1139
const glsl_type *
column_type
() const
function in struct:glsl_type
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h
878
const glsl_type *
column_type
() const
function in struct:glsl_type
Completed in 7 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026