OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coordinate_components
(Results
1 - 14
of
14
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
sampler_types_test.cpp
49
EXPECT_EQ(COMPS, type->
coordinate_components
()); \
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
sampler_types_test.cpp
49
EXPECT_EQ(COMPS, type->
coordinate_components
()); \
/xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h
1207
int
coordinate_components
() const;
nir_types.cpp
224
return type->
coordinate_components
();
glsl_types.cpp
2887
glsl_type::
coordinate_components
() const
function in class:glsl_type
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h
935
int
coordinate_components
() const;
nir_types.cpp
205
return type->
coordinate_components
();
glsl_types.cpp
2343
glsl_type::
coordinate_components
() const
function in class:glsl_type
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp
3962
coord_dst.writemask = (1 << type->
coordinate_components
()) - 1;
3967
switch (type->
coordinate_components
()) {
4431
(sampler_type->sampler_shadow && sampler_type->
coordinate_components
() >= 3)) {
4448
opcode = (is_cube_array || (sampler_type->sampler_shadow && sampler_type->
coordinate_components
() >= 3)) ? TGSI_OPCODE_TXL2 : TGSI_OPCODE_TXL;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
glsl_to_nir.cpp
1361
if (i < type->
coordinate_components
())
builtin_functions.cpp
6502
const int coord_size = sampler_type->
coordinate_components
();
7451
glsl_type::ivec(image_type->
coordinate_components
()), "coord");
7490
unsigned num_components = image_type->
coordinate_components
();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_to_nir.cpp
1245
if (i < type->
coordinate_components
())
builtin_functions.cpp
6007
const int coord_size = sampler_type->
coordinate_components
();
6917
glsl_type::ivec(image_type->
coordinate_components
()), "coord");
6956
unsigned num_components = image_type->
coordinate_components
();
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp
3871
coord_dst.writemask = (1 << type->
coordinate_components
()) - 1;
3876
switch (type->
coordinate_components
()) {
Completed in 27 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026