/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingBufferDeviceAddressTests.cpp | 63 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 …]
|
D | vktBindingDescriptorSetRandomTests.cpp | 76 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/ |
D | vktMemoryModelMessagePassing.cpp | 1093 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/ |
D | s_texfetch_tmp.h | 44 #if DIM == 1 51 #elif DIM == 2 60 #elif DIM == 3 187 #undef DIM
|
D | s_texfetch.c | 54 #define DIM 1 macro 57 #define DIM 2 macro 60 #define DIM 3 macro
|
/third_party/flutter/skia/tests/ |
D | ImageCacheTest.cpp | 43 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/ |
D | ImageCacheTest.cpp | 43 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/ |
D | vktRobustnessExtsTests.cpp | 149 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/ |
D | sampler_types_test.cpp | 40 #define T(TYPE, DIM, DATA_TYPE, ARR, SHAD, COMPS) \ argument 45 EXPECT_EQ(DIM, type->sampler_dimensionality); \
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_opcodes.py | 90 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/ |
D | gather_d_grad_cpu_kernel.cc | 73 axis_ = AnfAlgo::GetNodeAttr<int64_t>(kernel_node, DIM); in InitKernel()
|
D | cpu_kernel.h | 61 constexpr char DIM[] = "dim"; variable
|
/third_party/boost/boost/test/utils/ |
D | setcolor.hpp | 52 DIM = 2, enumerator
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4.h | 228 EMIT1(DIM)
|
D | brw_vec4_builder.h | 407 ALU1(DIM) in ALU2_ACC()
|
D | brw_fs_builder.h | 614 ALU1(DIM) in ALU3()
|
D | brw_eu.h | 241 ALU1(DIM) in ALU2()
|
D | brw_vec4_visitor.cpp | 190 ALU1(DIM) in ALU1()
|
D | brw_vec4_nir.cpp | 294 ubld.DIM(dst, brw_imm_df(v)); in setup_imm_df()
|
D | brw_eu_emit.c | 1092 ALU1(DIM) in ALU1()
|
D | brw_fs_nir.cpp | 6472 ubld.DIM(dst, brw_imm_df(v)); in setup_imm_df()
|
/third_party/skia/modules/canvaskit/tests/ |
D | core.spec.js | 394 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/ |
D | i965_lex.l | 73 dim { yylval.integer = BRW_OPCODE_DIM; return DIM; }
|
D | i965_gram.y | 388 %token <integer> DIM DO DPAS DPASW DP2 DP3 DP4 DP4A DPH 720 | DIM
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 13647 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
|