Searched refs:DIM (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfetch_tmp.h34 * It should be expanded by defining \p DIM as the number texture dimensions
35 * (1, 2 or 3). According to the value of \p DIM a series of macros is defined
44 #if DIM == 1
51 #elif DIM == 2
60 #elif DIM == 3
194 #undef DIM
H A Ds_texfetch.c54 #define DIM 1 macro
57 #define DIM 2 macro
60 #define DIM 3 macro
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfetch_tmp.h34 * It should be expanded by defining \p DIM as the number texture dimensions
35 * (1, 2 or 3). According to the value of \p DIM a series of macros is defined
44 #if DIM == 1
51 #elif DIM == 2
60 #elif DIM == 3
187 #undef DIM
H A Ds_texfetch.c54 #define DIM 1 macro
57 #define DIM 2 macro
60 #define DIM 3 macro
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dsampler_types_test.cpp40 #define T(TYPE, DIM, DATA_TYPE, ARR, SHAD, COMPS) \
45 EXPECT_EQ(DIM, type->sampler_dimensionality); \
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dsampler_types_test.cpp40 #define T(TYPE, DIM, DATA_TYPE, ARR, SHAD, COMPS) \
45 EXPECT_EQ(DIM, type->sampler_dimensionality); \
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_opcodes.py90 DIM = immediate("dim", "enum agx_dim") variable
198 srcs = 5, imms = [DIM, LOD_MODE, MASK, SCOREBOARD])
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.h228 EMIT1(DIM)
H A Dbrw_vec4_builder.h408 ALU1(DIM)
H A Dbrw_fs_builder.h573 ALU1(DIM)
H A Dbrw_eu.h205 ALU1(DIM)
H A Dbrw_vec4_visitor.cpp190 ALU1(DIM)
H A Dbrw_vec4_nir.cpp290 /* gen7.5 does not support DF immediates straighforward but the DIM
296 ubld.DIM(dst, brw_imm_df(v));
H A Dbrw_eu_emit.c982 ALU1(DIM)
H A Dbrw_fs_nir.cpp5676 /* gen7.5 does not support DF immediates straighforward but the DIM
5682 ubld.DIM(dst, brw_imm_df(v));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.h228 EMIT1(DIM)
H A Dbrw_vec4_builder.h407 ALU1(DIM)
H A Dbrw_fs_builder.h614 ALU1(DIM)
H A Dbrw_eu.h241 ALU1(DIM)
H A Dbrw_vec4_visitor.cpp190 ALU1(DIM)
H A Dbrw_vec4_nir.cpp288 /* gfx7.5 does not support DF immediates straighforward but the DIM
294 ubld.DIM(dst, brw_imm_df(v));
H A Dbrw_eu_emit.c1092 ALU1(DIM)
H A Dbrw_fs_nir.cpp6468 /* gfx7.5 does not support DF immediates straighforward but the DIM
6474 ubld.DIM(dst, brw_imm_df(v));
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_gram.y388 %token <integer> DIM DO DPAS DPASW DP2 DP3 DP4 DP4A DPH
720 | DIM
1618 /* Set u64 instead of ud since DIM uses a 64-bit F-typed imm */

Completed in 47 milliseconds