OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLSL_SAMPLER_DIM_SUBPASS_MS
(Results
1 - 23
of
23
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_nir_lower_input_attachments.c
58
image_dim !=
GLSL_SAMPLER_DIM_SUBPASS_MS
)
61
const bool multisampled = (image_dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
);
108
if (image_dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
) {
anv_nir_apply_pipeline_layout.c
1310
dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_input_attachments.c
88
image_dim !=
GLSL_SAMPLER_DIM_SUBPASS_MS
)
91
const bool multisampled = (image_dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
);
130
if (image_dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
) {
162
if (glsl_get_sampler_dim(deref->type) !=
GLSL_SAMPLER_DIM_SUBPASS_MS
)
nir_print.c
858
[
GLSL_SAMPLER_DIM_SUBPASS_MS
] = "Subpass-MSAA",
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_lower_input_attachments.c
60
image_dim !=
GLSL_SAMPLER_DIM_SUBPASS_MS
)
/xsrc/external/mit/MesaLib/dist/src/compiler/
builtin_type_macros.h
201
DECL_TYPE(subpassInputMS, 0, GLSL_TYPE_IMAGE,
GLSL_SAMPLER_DIM_SUBPASS_MS
, 0, 0, GLSL_TYPE_FLOAT)
203
DECL_TYPE(isubpassInputMS, 0, GLSL_TYPE_IMAGE,
GLSL_SAMPLER_DIM_SUBPASS_MS
, 0, 0, GLSL_TYPE_INT)
205
DECL_TYPE(usubpassInputMS, 0, GLSL_TYPE_IMAGE,
GLSL_SAMPLER_DIM_SUBPASS_MS
, 0, 0, GLSL_TYPE_UINT)
glsl_types.cpp
70
GLSL_SAMPLER_DIM_SUBPASS_MS
);
881
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
911
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
941
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
982
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
1011
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
1040
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
1068
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
1095
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
3259
case
GLSL_SAMPLER_DIM_SUBPASS_MS
[
all
...]
glsl_types.h
252
GLSL_SAMPLER_DIM_SUBPASS_MS
, /* for multisampled vulkan input attachments */
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
builtin_type_macros.h
170
DECL_TYPE(subpassInputMS, 0, GLSL_TYPE_IMAGE,
GLSL_SAMPLER_DIM_SUBPASS_MS
, 0, 0, GLSL_TYPE_FLOAT)
172
DECL_TYPE(isubpassInputMS, 0, GLSL_TYPE_IMAGE,
GLSL_SAMPLER_DIM_SUBPASS_MS
, 0, 0, GLSL_TYPE_INT)
174
DECL_TYPE(usubpassInputMS, 0, GLSL_TYPE_IMAGE,
GLSL_SAMPLER_DIM_SUBPASS_MS
, 0, 0, GLSL_TYPE_UINT)
glsl_types.cpp
67
GLSL_SAMPLER_DIM_SUBPASS_MS
);
823
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
853
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
883
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
922
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
951
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
980
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
glsl_types.h
167
GLSL_SAMPLER_DIM_SUBPASS_MS
, /* for multisampled vulkan input attachments */
/xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_shader_util.c
243
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_shader_info.c
296
dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_print.c
805
[
GLSL_SAMPLER_DIM_SUBPASS_MS
] = "Subpass-MSAA",
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_to_nir.c
580
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_nir_to_llvm.c
2382
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
2439
(dim == GLSL_SAMPLER_DIM_SUBPASS || dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
);
2440
bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
);
4751
instr->sampler_dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
) &&
4788
if ((instr->sampler_dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
||
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_nir_to_llvm.c
102
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
2307
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
2362
dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
);
2364
dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
);
3837
instr->sampler_dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
) &&
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_nir_apply_pipeline_layout.c
1616
dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_nir.c
114
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
1414
if (glsl_get_sampler_dim(type) == GLSL_SAMPLER_DIM_MS || glsl_get_sampler_dim(type) ==
GLSL_SAMPLER_DIM_SUBPASS_MS
)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
tgsi_to_nir.c
1318
case
GLSL_SAMPLER_DIM_SUBPASS_MS
:
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_instruction_selection.cpp
5938
case
GLSL_SAMPLER_DIM_SUBPASS_MS
: return 3;
6045
(dim == GLSL_SAMPLER_DIM_SUBPASS || dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
);
6047
bool is_ms = (dim == GLSL_SAMPLER_DIM_MS || dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
);
9392
instr->sampler_dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
) &&
9620
instr->sampler_dim ==
GLSL_SAMPLER_DIM_SUBPASS_MS
9773
instr->sampler_dim !=
GLSL_SAMPLER_DIM_SUBPASS_MS
;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_to_nir.c
1482
dim =
GLSL_SAMPLER_DIM_SUBPASS_MS
;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_to_nir.c
1715
dim =
GLSL_SAMPLER_DIM_SUBPASS_MS
;
Completed in 40 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026