/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | binding_point.h | 27 /// BindingPoint holds a group and binding index. 29 /// The `[[group]]` part of the binding point 30 uint32_t group = 0; member 38 return group == rhs.group && binding == rhs.binding; in operator ==() 64 return tint::utils::Hash(binding_point.group, binding_point.binding); in operator ()()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_dlbu.c | 60 31:24 start position in Y direction for group 1 61 23:16 start position in X direction for group 1 62 15:8 start position in Y direction for group 0 63 7:0 start position in X direction for group 0 */ 193 void mali_dlbu_add_group(struct mali_dlbu_core *dlbu, struct mali_group *group) in mali_dlbu_add_group() argument 199 MALI_DEBUG_ASSERT_POINTER(group); in mali_dlbu_add_group() 201 pp_core = mali_group_get_pp_core(group); in mali_dlbu_add_group() 210 /* Remove a group from the DLBU */ 212 struct mali_group *group) in mali_dlbu_remove_group() 218 MALI_DEBUG_ASSERT_POINTER(group); in mali_dlbu_remove_group() 211 mali_dlbu_remove_group(struct mali_dlbu_core *dlbu, struct mali_group *group) mali_dlbu_remove_group() argument [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_dlbu.c | 50 31:24 start position in Y direction for group 1 51 23:16 start position in X direction for group 1 52 15:8 start position in Y direction for group 0 53 7:0 start position in X direction for group 0 */ 170 void mali_dlbu_add_group(struct mali_dlbu_core *dlbu, struct mali_group *group) in mali_dlbu_add_group() argument 176 MALI_DEBUG_ASSERT_POINTER(group); in mali_dlbu_add_group() 178 pp_core = mali_group_get_pp_core(group); in mali_dlbu_add_group() 185 /* Remove a group from the DLBU */ 186 void mali_dlbu_remove_group(struct mali_dlbu_core *dlbu, struct mali_group *group) in mali_dlbu_remove_group() argument 192 MALI_DEBUG_ASSERT_POINTER(group); in mali_dlbu_remove_group() [all...] |
/third_party/node/tools/gyp/tools/ |
H A D | pretty_sln.py | 63 if results.group(1).find("icu") != -1: 66 current_project = results.group(1).replace("_gyp", "") 68 results.group(2).replace("_gyp", ""), 69 results.group(3), 70 results.group(2), 92 dependencies[current_project].append(results.group(1))
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
H A D | compat_tst_16.h | 141 int FCHOWN(unsigned int fd, UID_T owner, GID_T group) in FCHOWN() argument 143 TST_CREATE_SYSCALL(fchown, fd, owner, group); in FCHOWN() 146 int LCHOWN(const char *path, UID_T owner, GID_T group) in LCHOWN() argument 148 TST_CREATE_SYSCALL(lchown, path, owner, group); in LCHOWN() 151 int CHOWN(const char *path, UID_T owner, GID_T group) in CHOWN() argument 153 TST_CREATE_SYSCALL(chown, path, owner, group); in CHOWN()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDriverPropertiesTests.cpp | 156 void createTestCases (tcu::TestCaseGroup* group) in createTestCases() argument 158 addFunctionCase(group, "driver_id_match", checkSupport, testQueryProperties, TEST_TYPE_DRIVER_ID_MATCH); in createTestCases() 159 addFunctionCase(group, "name_is_not_empty", checkSupport, testQueryProperties, TEST_TYPE_NAME_IS_NOT_EMPTY); in createTestCases() 160 addFunctionCase(group, "name_zero_terminated", checkSupport, testQueryProperties, TEST_TYPE_NAME_ZERO_TERMINATED); in createTestCases() 161 addFunctionCase(group, "info_zero_terminated", checkSupport, testQueryProperties, TEST_TYPE_INFO_ZERO_TERMINATED); in createTestCases() 162 addFunctionCase(group, "conformance_version", checkSupport, testQueryProperties, TEST_TYPE_VERSION); in createTestCases()
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestCase.hpp | 195 GroupState (const TestGroup* group_) : group(group_), childNdx(0) {} in GroupState() 197 const TestGroup* group; member 202 return group != other.group || childNdx != other.childNdx; in operator !=() 207 return group == other.group && childNdx == other.childNdx; in operator ==()
|
/third_party/vk-gl-cts/modules/gles2/ |
H A D | tes2CapabilityTests.cpp | 141 tcu::TestCaseGroup* group; in init() member 145 : group (DE_NULL) in init() 148 group = new tcu::TestCaseGroup(parent->getTestContext(), name, desc); in init() 149 parent->addChild(group); in init() 154 group->addChild(new ExtensionCase(group->getTestContext(), ctxInfo, extName, "", extName)); in init()
|
/third_party/libuv/docs/src/ |
H A D | conf.py | 25 major = int(m.group(1)) 27 minor = int(m.group(1)) 29 patch = int(m.group(1)) 31 is_release = int(m.group(1)) 33 suffix = m.group(1)
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
H A D | run_cpuctl_latency_test.sh | 25 # when group scheduling is enabled # 70 for task in `cat /dev/cpuctl/group*/tasks`; do 73 rmdir /dev/cpuctl/group* #2> /dev/null 170 "2") # With group scheduling 179 group=/dev/cpuctl/group_`expr $num % $NUM_GROUPS + 1`; 180 ./cpuctl_latency_test $TEST_NUM $group & 191 ./cpuctl_latency_check_task $TEST_NUM $$ $allowed_latency $group &
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_disasm.c | 87 foreach_list_typed(struct inst_group, group, link, in intel_disassemble() 89 struct exec_node *next_node = exec_node_get_next(&group->link); in intel_disassemble() 96 int start_offset = group->offset; in intel_disassemble() 102 if (group->error) { in intel_disassemble() 103 fputs(group->error, out); in intel_disassemble()
|
/third_party/ltp/testcases/kernel/syscalls/getgroups/ |
H A D | getgroups01.c | 45 group id returned from getgid(). 71 GID_T group; in main() local 149 group = getgid(); in main() 152 if (gidset[i] == group) { in main() 157 entries, group); in main() 166 entries, group); in main()
|
/third_party/python/Lib/json/ |
H A D | tool.py | 39 group = parser.add_mutually_exclusive_group() 40 group.add_argument('--indent', default=4, type=int, 43 group.add_argument('--tab', action='store_const', dest='indent', 46 group.add_argument('--no-indent', action='store_const', dest='indent', 49 group.add_argument('--compact', action='store_true',
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.cpp | 412 // * Add your user to the "video" linux group. 461 // * Add your user to the "video" linux group. 575 // * Add your user to the "video" linux group. 629 // * Add your user to the "video" linux group. 693 * \brief Adds a test into group 695 static void addTest (tcu::TestCaseGroup* group, const DrmTestIndex testId, const char* name) in addTest() argument 697 tcu::TestContext& testCtx = group->getTestContext(); in addTest() 699 group->addChild(new AcquireDrmDisplayTestsCase(testCtx, name, testId)); in addTest() 703 * \brief Adds VK_EXT_acquire_drm_display extension tests into group 705 void createAcquireDrmDisplayTests (tcu::TestCaseGroup* group) in createAcquireDrmDisplayTests() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | thread.cpp | 66 std::numeric_limits<decltype(Thread::Core::windows.group)>::max() + 1ULL; 80 unsigned int count; // number of logical processors in this group. 139 const auto& group = groups.groups[groupIdx]; in all() local 141 core.windows.group = static_cast<decltype(Core::windows.group)>(groupIdx); in all() 142 for (unsigned int coreIdx = 0; coreIdx < group.count; coreIdx++) { in all() 143 if ((group.affinity >> coreIdx) & 1) { in all() 195 auto group = affinity[threadId % affinity.count()].windows.group; in anyOf() local 199 if (core.windows.group in anyOf() 352 const auto& group = groups.groups[groupIdx]; numLogicalCPUs() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.cpp | 410 // * Add your user to the "video" linux group. 459 // * Add your user to the "video" linux group. 572 // * Add your user to the "video" linux group. 626 // * Add your user to the "video" linux group. 690 * \brief Adds a test into group 692 static void addTest (tcu::TestCaseGroup* group, const DrmTestIndex testId, const char* name, const char* description) in addTest() argument 694 tcu::TestContext& testCtx = group->getTestContext(); in addTest() 696 group->addChild(new AcquireDrmDisplayTestsCase(testCtx, name, description, testId)); in addTest() 700 * \brief Adds VK_EXT_acquire_drm_display extension tests into group 702 void createAcquireDrmDisplayTests (tcu::TestCaseGroup* group) in createAcquireDrmDisplayTests() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/ |
H A D | testlist.go | 111 for _, group := range l { 112 filtered := group.Filter(pred) 159 group := Group{ 164 if err := group.Load(); err != nil { 169 relPath, err := filepath.Rel(root, group.File) 171 return nil, cause.Wrap(err, "Couldn't get relative path for '%s'", group.File) 173 group.File = relPath 175 out[i] = group
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktSafetyCriticalApiTests.cpp | 346 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "api", "Tests verifying Vulkan SC specific API")); in createSafetyCriticalAPITests() 348 addFunctionCase(group.get(), "forbidden_core_commands", "Verify existence of functions removed from Vulkan", forbiddenCoreCommands); in createSafetyCriticalAPITests() 349 addFunctionCase(group.get(), "forbidden_core_extensions", "Verify existence of extensions removed from Vulkan", forbiddenCoreExtensions); in createSafetyCriticalAPITests() 350 addFunctionCase(group.get(), "forbidden_promoted_commands", "Verify existence of promoted functions removed from Vulkan", forbiddenPromotedCommands); in createSafetyCriticalAPITests() 351 addFunctionCase(group.get(), "forbidden_features", "Verify if specific device features are forbidden for Vulkan SC", forbiddenDeviceFeatures); in createSafetyCriticalAPITests() 352 addFunctionCase(group.get(), "forbidden_properties", "Verify if specific device properties are forbidden for Vulkan SC", forbiddenDeviceProperties); in createSafetyCriticalAPITests() 353 addFunctionCase(group.get(), "allowed_extensions", "Verify if extensions are allowed for Vulkan SC", allowedExtensions); in createSafetyCriticalAPITests() 355 return group.release(); in createSafetyCriticalAPITests()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglMultiContextTests.cpp | 233 de::MovePtr<TestCaseGroup> group (new TestCaseGroup(eglTestCtx, "multicontext", "EGL multi context tests.")); in createMultiContextTests() 235 group->addChild(new MultiContextTest(eglTestCtx, MultiContextTest::SHARING_NONE, MultiContextTest::USE_NONE, "non_shared", "Create multiple non-shared contexts.")); in createMultiContextTests() 236 group->addChild(new MultiContextTest(eglTestCtx, MultiContextTest::SHARING_SHARED, MultiContextTest::USE_NONE, "shared", "Create multiple shared contexts.")); in createMultiContextTests() 238 group->addChild(new MultiContextTest(eglTestCtx, MultiContextTest::SHARING_NONE, MultiContextTest::USE_MAKECURRENT, "non_shared_make_current", "Create multiple non-shared contexts.")); in createMultiContextTests() 239 group->addChild(new MultiContextTest(eglTestCtx, MultiContextTest::SHARING_SHARED, MultiContextTest::USE_MAKECURRENT, "shared_make_current", "Create multiple shared contexts.")); in createMultiContextTests() 241 group->addChild(new MultiContextTest(eglTestCtx, MultiContextTest::SHARING_NONE, MultiContextTest::USE_CLEAR, "non_shared_clear", "Create multiple non-shared contexts.")); in createMultiContextTests() 242 group->addChild(new MultiContextTest(eglTestCtx, MultiContextTest::SHARING_SHARED, MultiContextTest::USE_CLEAR, "shared_clear", "Create multiple shared contexts.")); in createMultiContextTests() 244 return group.release(); in createMultiContextTests()
|
/third_party/icu/icu4c/source/common/ |
H A D | unames.cpp | 69 * Get the 32-bit group offset. 70 * @param group (const uint16_t *) pointer to a Group triple of uint16_t 71 * @return group offset (int32_t) 73 #define GET_GROUP_OFFSET(group) ((int32_t)(group)[GROUP_OFFSET_HIGH]<<16|(group)[GROUP_OFFSET_LOW]) 75 #define NEXT_GROUP(group) ((group)+GROUP_LENGTH) 76 #define PREV_GROUP(group) ((group) 567 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) expandGroupName() argument 580 const uint16_t *group=getGroup(names, code); getName() local 599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumGroupNames() argument 672 const uint16_t *group, *groupLimit; enumNames() local 1351 const uint16_t *group; calcGroupNameSetsLengths() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | unames.cpp | 69 * Get the 32-bit group offset. 70 * @param group (const uint16_t *) pointer to a Group triple of uint16_t 71 * @return group offset (int32_t) 73 #define GET_GROUP_OFFSET(group) ((int32_t)(group)[GROUP_OFFSET_HIGH]<<16|(group)[GROUP_OFFSET_LOW]) 75 #define NEXT_GROUP(group) ((group)+GROUP_LENGTH) 76 #define PREV_GROUP(group) ((group) 567 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) expandGroupName() argument 580 const uint16_t *group=getGroup(names, code); getName() local 599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumGroupNames() argument 672 const uint16_t *group, *groupLimit; enumNames() local 1351 const uint16_t *group; calcGroupNameSetsLengths() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unames.cpp | 69 * Get the 32-bit group offset. 70 * @param group (const uint16_t *) pointer to a Group triple of uint16_t 71 * @return group offset (int32_t) 73 #define GET_GROUP_OFFSET(group) ((int32_t)(group)[GROUP_OFFSET_HIGH]<<16|(group)[GROUP_OFFSET_LOW]) 75 #define NEXT_GROUP(group) ((group)+GROUP_LENGTH) 76 #define PREV_GROUP(group) ((group) 567 expandGroupName(UCharNames *names, const uint16_t *group, uint16_t lineNumber, UCharNameChoice nameChoice, char *buffer, uint16_t bufferLength) expandGroupName() argument 580 const uint16_t *group=getGroup(names, code); getName() local 599 enumGroupNames(UCharNames *names, const uint16_t *group, UChar32 start, UChar32 end, UEnumCharNamesFn *fn, void *context, UCharNameChoice nameChoice) enumGroupNames() argument 672 const uint16_t *group, *groupLimit; enumNames() local 1351 const uint16_t *group; calcGroupNameSetsLengths() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | qdmc.c | 408 static void add_tone(QDMCContext *s, int group, int offset, int freq, int stereo_mode, int amplitude, int phase) in add_tone() argument 410 const int index = s->nb_tones[group]; in add_tone() 412 if (index >= FF_ARRAY_ELEMS(s->tones[group])) { in add_tone() 417 s->tones[group][index].offset = offset; in add_tone() 418 s->tones[group][index].freq = freq; in add_tone() 419 s->tones[group][index].mode = stereo_mode; in add_tone() 420 s->tones[group][index].amplitude = amplitude; in add_tone() 421 s->tones[group][index].phase = phase; in add_tone() 422 s->nb_tones[group]++; in add_tone() 427 int amp, phase, stereo_mode = 0, i, group, fre in read_wave_data() local 547 add_wave(QDMCContext *s, int offset, int freqs, int group, int stereo_mode, int amp, int phase) add_wave() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | performance_monitor.c | 33 * in group A and counter 7 in group B. A global enum of all available 284 * The output data format is: <group ID, counter ID, value> for each in get_perf_monitor_result() 552 _mesa_GetPerfMonitorCountersAMD(GLuint group, GLint *numCounters, in _mesa_GetPerfMonitorCountersAMD() argument 561 group_obj = get_group(ctx, group); in _mesa_GetPerfMonitorCountersAMD() 564 "glGetPerfMonitorCountersAMD(invalid group)"); in _mesa_GetPerfMonitorCountersAMD() 585 _mesa_GetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, in _mesa_GetPerfMonitorGroupStringAMD() argument 593 group_obj = get_group(ctx, group); in _mesa_GetPerfMonitorGroupStringAMD() 601 * group string, excluding the null terminator. in _mesa_GetPerfMonitorGroupStringAMD() 614 _mesa_GetPerfMonitorCounterStringAMD(GLuint group, GLuin argument 656 _mesa_GetPerfMonitorCounterInfoAMD(GLuint group, GLuint counter, GLenum pname, GLvoid *data) _mesa_GetPerfMonitorCounterInfoAMD() argument 798 _mesa_SelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint *counterList) _mesa_SelectPerfMonitorCountersAMD() argument 942 unsigned group, counter; perf_monitor_result_size() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_gpuprops.c | 115 * The coherent group mask can be computed from the l2 present
in kbase_gpuprops_construct_coherent_groups() 118 * For the coherent group n:
in kbase_gpuprops_construct_coherent_groups() 121 * (i.e. the position from where a new group starts).
in kbase_gpuprops_construct_coherent_groups() 133 * (i.e. there is no group left).
in kbase_gpuprops_construct_coherent_groups() 136 current_group = props->coherency_info.group;
in kbase_gpuprops_construct_coherent_groups() 140 group_present -= first_set; /* Clear the current group bit */
in kbase_gpuprops_construct_coherent_groups() 146 /* Populate the coherent_group structure for each group */
in kbase_gpuprops_construct_coherent_groups() 281 /* Initialize the coherent_group structure for each group */
in kbase_gpuprops_calculate_props() 411 PROP(COHERENCY_GROUP_0, coherency_info.group[0].core_mask),
412 PROP(COHERENCY_GROUP_1, coherency_info.group[ [all...] |