Home
last modified time | relevance | path

Searched refs:DIM (Results 1 – 25 of 38) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingBufferDeviceAddressTests.cpp63 static const deUint32 DIM = 8; variable
502 …" imageStore(image0_0, ivec2(gl_VertexIndex % " << DIM << ", gl_VertexIndex / " << DIM << "), col… in initPrograms()
882 …vk, device, allocator, makeBufferCreateInfo(DE_NULL, DIM*DIM*sizeof(deUint32), VK_BUFFER_USAGE_TRA… in iterate()
892 DIM, // deUint32 width; in iterate()
893 DIM, // deUint32 height; in iterate()
1088 DIM, // width in iterate()
1089 DIM, // height in iterate()
1145 VkViewport viewport = makeViewport(DIM, DIM); in iterate()
1146 VkRect2D scissor = makeRect2D(DIM, DIM); in iterate()
1274 vk.cmdDispatch(*cmdBuffer, DIM, DIM, 1); in iterate()
[all …]
DvktBindingDescriptorSetRandomTests.cpp76 static const deUint32 DIM = 8; variable
911 const auto expectedInvocationID = descriptor % (DIM*DIM); in initPrograms()
964 …" const int invocationID = int(gl_GlobalInvocationID.y) * " << DIM << " + int(gl_GlobalInvocation… in initPrograms()
985 " const int invocationID = int(gl_LaunchIDNV.y) * " << DIM << " + int(gl_LaunchIDNV.x);\n" in initPrograms()
1006 " const int invocationID = int(gl_LaunchIDEXT.y) * " << DIM << " + int(gl_LaunchIDEXT.x);\n" in initPrograms()
1033 " const int invocationID = int(gl_LaunchIDEXT.y) * " << DIM << " + int(gl_LaunchIDEXT.x);\n" in initPrograms()
1065 " const int invocationID = int(gl_LaunchIDEXT.y) * " << DIM << " + int(gl_LaunchIDEXT.x);\n" in initPrograms()
1095 " const int invocationID = int(gl_LaunchIDEXT.y) * " << DIM << " + int(gl_LaunchIDEXT.x);\n" in initPrograms()
1124 " const int invocationID = int(gl_LaunchIDEXT.y) * " << DIM << " + int(gl_LaunchIDEXT.x);\n" in initPrograms()
1166 " const int invocationID = int(gl_LaunchIDEXT.y) * " << DIM << " + int(gl_LaunchIDEXT.x);\n" in initPrograms()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelMessagePassing.cpp1093 deUint32 DIM = 31; in iterate() local
1096 if (DIM*DIM > properties.properties.limits.maxComputeWorkGroupInvocations) in iterate()
1098 DIM = (deUint32)deFloatSqrt((float)properties.properties.limits.maxComputeWorkGroupInvocations); in iterate()
1100 deUint32 NUM_INVOCATIONS = (DIM * DIM * NUM_WORKGROUP_EACH_DIM * NUM_WORKGROUP_EACH_DIM); in iterate()
1201 DIM*NUM_WORKGROUP_EACH_DIM, // deUint32 width; in iterate()
1202 DIM*NUM_WORKGROUP_EACH_DIM, // deUint32 height; in iterate()
1369 const deUint32 specData[2] = {DIM, NUM_WORKGROUP_EACH_DIM}; in iterate()
1452 DIM*NUM_WORKGROUP_EACH_DIM, // width in iterate()
1453 DIM*NUM_WORKGROUP_EACH_DIM, // height in iterate()
1509 VkViewport viewport = makeViewport(DIM*NUM_WORKGROUP_EACH_DIM, DIM*NUM_WORKGROUP_EACH_DIM); in iterate()
[all …]
/third_party/mesa3d/src/mesa/swrast/
Ds_texfetch_tmp.h44 #if DIM == 1
51 #elif DIM == 2
60 #elif DIM == 3
187 #undef DIM
Ds_texfetch.c54 #define DIM 1 macro
57 #define DIM 2 macro
60 #define DIM 3 macro
/third_party/flutter/skia/tests/
DImageCacheTest.cpp43 static const int DIM = 256; variable
117 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop in DEF_TEST()
/third_party/skia/tests/
DImageCacheTest.cpp43 static const int DIM = 256; variable
117 static const size_t defLimit = DIM * DIM * 4 * COUNT + 1024; // 1K slop in DEF_TEST()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessExtsTests.cpp149 static const deUint32 DIM = 8; variable
1479 …" imageStore(image0_0, ivec2(gl_VertexIndex % " << DIM << ", gl_VertexIndex / " << DIM << "), col… in initPrograms()
1852 DIM, // deUint32 width; in iterate()
1853 DIM, // deUint32 height; in iterate()
2231 …vk, device, allocator, makeBufferCreateInfo(DIM*DIM*16, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryR… in iterate()
2537 DIM, // width in iterate()
2538 DIM, // height in iterate()
2611 VkViewport viewport = makeViewport(DIM, DIM); in iterate()
2612 VkRect2D scissor = makeRect2D(DIM, DIM); in iterate()
2753 vk.cmdDispatch(*cmdBuffer, DIM, DIM, 1); in iterate()
[all …]
/third_party/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp40 #define T(TYPE, DIM, DATA_TYPE, ARR, SHAD, COMPS) \ argument
45 EXPECT_EQ(DIM, type->sampler_dimensionality); \
/third_party/mesa3d/src/asahi/compiler/
Dagx_opcodes.py90 DIM = immediate("dim", "enum agx_dim") variable
198 srcs = 5, imms = [DIM, LOD_MODE, MASK, SCOREBOARD])
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dgather_d_grad_cpu_kernel.cc73 axis_ = AnfAlgo::GetNodeAttr<int64_t>(kernel_node, DIM); in InitKernel()
Dcpu_kernel.h61 constexpr char DIM[] = "dim"; variable
/third_party/boost/boost/test/utils/
Dsetcolor.hpp52 DIM = 2, enumerator
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.h228 EMIT1(DIM)
Dbrw_vec4_builder.h407 ALU1(DIM) in ALU2_ACC()
Dbrw_fs_builder.h614 ALU1(DIM) in ALU3()
Dbrw_eu.h241 ALU1(DIM) in ALU2()
Dbrw_vec4_visitor.cpp190 ALU1(DIM) in ALU1()
Dbrw_vec4_nir.cpp294 ubld.DIM(dst, brw_imm_df(v)); in setup_imm_df()
Dbrw_eu_emit.c1092 ALU1(DIM) in ALU1()
Dbrw_fs_nir.cpp6472 ubld.DIM(dst, brw_imm_df(v)); in setup_imm_df()
/third_party/skia/modules/canvaskit/tests/
Dcore.spec.js394 const DIM = 16; // row/col count for the grid constant
400 positions[2*i+0] = (i%DIM) * GAP;
401 positions[2*i+1] = Math.round(i/DIM) * GAP;
/third_party/mesa3d/src/intel/tools/
Di965_lex.l73 dim { yylval.integer = BRW_OPCODE_DIM; return DIM; }
Di965_gram.y388 %token <integer> DIM DO DPAS DPASW DP2 DP3 DP4 DP4A DPH
720 | DIM
/third_party/icu/icu4j/perf-tests/data/collation/
DTestNames_SerbianSH.txt13647 DIMČOVSKI TRAJČE
13648 DIMŠIĆ ANKA
18546 GULEVSKI DIMČE
18547 GULEVSKI DIMČE
18548 GULEVSKI DIMČE
18549 GULEVSKI DIMČE
18550 GULEVSKI DIMČE
23868 KAMČESKI DIMČE
24982 KITANOVSKI DIMČE
26438 KOSTADINOVSKI DIMČE

12