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
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_lower_input_attachments.c
59
if (image_dim !=
GLSL_SAMPLER_DIM_SUBPASS
&&
/xsrc/external/mit/MesaLib/dist/src/compiler/
builtin_type_macros.h
200
DECL_TYPE(subpassInput, 0, GLSL_TYPE_IMAGE,
GLSL_SAMPLER_DIM_SUBPASS
, 0, 0, GLSL_TYPE_FLOAT)
202
DECL_TYPE(isubpassInput, 0, GLSL_TYPE_IMAGE,
GLSL_SAMPLER_DIM_SUBPASS
, 0, 0, GLSL_TYPE_INT)
204
DECL_TYPE(usubpassInput, 0, GLSL_TYPE_IMAGE,
GLSL_SAMPLER_DIM_SUBPASS
, 0, 0, GLSL_TYPE_UINT)
glsl_types.cpp
880
case
GLSL_SAMPLER_DIM_SUBPASS
:
910
case
GLSL_SAMPLER_DIM_SUBPASS
:
940
case
GLSL_SAMPLER_DIM_SUBPASS
:
980
case
GLSL_SAMPLER_DIM_SUBPASS
:
1009
case
GLSL_SAMPLER_DIM_SUBPASS
:
1038
case
GLSL_SAMPLER_DIM_SUBPASS
:
1067
case
GLSL_SAMPLER_DIM_SUBPASS
:
1094
case
GLSL_SAMPLER_DIM_SUBPASS
:
3258
case
GLSL_SAMPLER_DIM_SUBPASS
:
glsl_types.h
251
GLSL_SAMPLER_DIM_SUBPASS
, /* for vulkan input attachments */
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
builtin_type_macros.h
169
DECL_TYPE(subpassInput, 0, GLSL_TYPE_IMAGE,
GLSL_SAMPLER_DIM_SUBPASS
, 0, 0, GLSL_TYPE_FLOAT)
171
DECL_TYPE(isubpassInput, 0, GLSL_TYPE_IMAGE,
GLSL_SAMPLER_DIM_SUBPASS
, 0, 0, GLSL_TYPE_INT)
173
DECL_TYPE(usubpassInput, 0, GLSL_TYPE_IMAGE,
GLSL_SAMPLER_DIM_SUBPASS
, 0, 0, GLSL_TYPE_UINT)
glsl_types.cpp
822
case
GLSL_SAMPLER_DIM_SUBPASS
:
852
case
GLSL_SAMPLER_DIM_SUBPASS
:
882
case
GLSL_SAMPLER_DIM_SUBPASS
:
920
case
GLSL_SAMPLER_DIM_SUBPASS
:
949
case
GLSL_SAMPLER_DIM_SUBPASS
:
978
case
GLSL_SAMPLER_DIM_SUBPASS
:
2356
case
GLSL_SAMPLER_DIM_SUBPASS
:
glsl_types.h
166
GLSL_SAMPLER_DIM_SUBPASS
, /* for vulkan input attachments */
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_nir_lower_input_attachments.c
57
if (image_dim !=
GLSL_SAMPLER_DIM_SUBPASS
&&
anv_nir_apply_pipeline_layout.c
1309
if (dim ==
GLSL_SAMPLER_DIM_SUBPASS
||
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_input_attachments.c
87
if (image_dim !=
GLSL_SAMPLER_DIM_SUBPASS
&&
nir_print.c
857
[
GLSL_SAMPLER_DIM_SUBPASS
] = "Subpass",
nir.h
2342
case
GLSL_SAMPLER_DIM_SUBPASS
:
/xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_shader_util.c
241
case
GLSL_SAMPLER_DIM_SUBPASS
:
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_shader_info.c
295
if (dim ==
GLSL_SAMPLER_DIM_SUBPASS
||
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_print.c
804
[
GLSL_SAMPLER_DIM_SUBPASS
] = "Subpass",
nir.h
1662
case
GLSL_SAMPLER_DIM_SUBPASS
:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_to_nir.c
579
case
GLSL_SAMPLER_DIM_SUBPASS
:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_compiler.c
478
fbfetch->type = glsl_image_type(
GLSL_SAMPLER_DIM_SUBPASS
, false, GLSL_TYPE_FLOAT);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_nir_apply_pipeline_layout.c
1615
if (dim ==
GLSL_SAMPLER_DIM_SUBPASS
||
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_nir_to_llvm.c
100
case
GLSL_SAMPLER_DIM_SUBPASS
:
2305
case
GLSL_SAMPLER_DIM_SUBPASS
:
2361
bool add_frag_pos = (dim ==
GLSL_SAMPLER_DIM_SUBPASS
||
3836
instr->sampler_dim ==
GLSL_SAMPLER_DIM_SUBPASS
||
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_to_nir.c
1459
case SpvDimSubpassData: dim =
GLSL_SAMPLER_DIM_SUBPASS
; break;
1481
else if (dim ==
GLSL_SAMPLER_DIM_SUBPASS
)
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
ac_nir_to_llvm.c
2380
case
GLSL_SAMPLER_DIM_SUBPASS
:
2439
(dim ==
GLSL_SAMPLER_DIM_SUBPASS
|| dim == GLSL_SAMPLER_DIM_SUBPASS_MS);
4750
instr->sampler_dim ==
GLSL_SAMPLER_DIM_SUBPASS
||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
tgsi_to_nir.c
1317
case
GLSL_SAMPLER_DIM_SUBPASS
:
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_to_nir.c
1689
case SpvDimSubpassData: dim =
GLSL_SAMPLER_DIM_SUBPASS
; break;
1714
else if (dim ==
GLSL_SAMPLER_DIM_SUBPASS
)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_nir.c
113
case
GLSL_SAMPLER_DIM_SUBPASS
:
Completed in 140 milliseconds
1
2
Indexes created Mon Jul 27 00:28:37 UTC 2026