Home
last modified time | relevance | path

Searched defs:group (Results 601 - 625 of 2114) sorted by relevance

1...<<21222324252627282930>>...85

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DShaderModuleGL.cpp39 std::string GetBindingName(BindGroupIndex group, BindingNumber bindingNumber) { in GetBindingName() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/common/
H A Dconstants.h146 uint32_t group; in BrotliCalculateDistanceCodeLimit() local
[all...]
/third_party/openssl/crypto/ec/
H A Decp_s390x_nistp.c47 static int ec_GFp_s390x_nistp_mul(const EC_GROUP *group, EC_POINT *r, in ec_GFp_s390x_nistp_mul() argument
136 const EC_GROUP *group; ecdsa_s390x_nistp_sign_sig() local
232 const EC_GROUP *group; ecdsa_s390x_nistp_verify_sig() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dthread.cpp139 const auto& group = groups.groups[groupIdx]; in all() local
195 auto group = affinity[threadId % affinity.count()].windows.group; in anyOf() local
352 const auto& group = groups.groups[groupIdx]; numLogicalCPUs() local
[all...]
/third_party/toybox/toys/pending/
H A Dtcpsvd.c194 char *user = NULL, *group = NULL; in get_uidgid() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DMinimumBufferSizeValidationTests.cpp25 uint32_t group; member
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.h361 inline const UnknownFieldSet& UnknownField::group() const { in group() function in google::protobuf::UnknownField
H A Dunknown_field_set.cc259 UnknownFieldSet* group = new UnknownFieldSet(); in DeepCopy() local
/third_party/rust/crates/syn/src/
H A Dlib.rs311 mod group; modules
H A Dbuffer.rs184 pub fn group(mut self, delim: Delimiter) -> Option<(Cursor<'a>, DelimSpan, Cursor<'a>)> { group() functions
[all...]
/third_party/selinux/libselinux/src/
H A Dseusers.c113 static int check_group(const char *group, const char *name, const gid_t gid) { in check_group() argument
/third_party/spirv-tools/source/
H A Doperand.cpp60 const auto& group = table->types[typeIndex]; in spvOperandTableNameLookup() local
93 const auto& group = table->types[typeIndex]; in spvOperandTableValueLookup() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_non_uniform.cpp249 const auto group = inst->GetOperandAs<spv::GroupOperation>(3); in ValidateGroupNonUniformBallotBitCount() local
/third_party/spirv-tools/test/val/
H A Dval_capability_test.cpp2028 const auto& group = table->types[typeIndex]; in spvCoreOperandTableNameLookup() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp411 TestCaseGroup* group = new TestCaseGroup(m_context, "alignment", "Read pixels pack alignment parameter tests"); in init() local
437 TestCaseGroup* group = new TestCaseGroup(m_context, "rowlength", "Read pixels rowlength test"); init() local
462 TestCaseGroup* group = new TestCaseGroup(m_context, "skip", "Read pixels skip pixels and rows test"); init() local
[all...]
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp469 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "single_attribute", "Single attribute"); in init() member in deqp::gles3::Stress::tcu
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp539 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "size", "Basic functionality tests with varying default size"); in createFboNoAttachmentTests() member in deqp::gles31::Functional::tcu
587 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "npot_size", "Basic functionality with Non-power-of-two size"); in createFboNoAttachmentTests() member in deqp::gles31::Functional::tcu
604 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "multisample", "Basic functionality with multisampled fbo"); in createFboNoAttachmentTests() member in deqp::gles31::Functional::tcu
621 tcu::TestCaseGroup* const group in createFboNoAttachmentTests() member in deqp::gles31::Functional::tcu
640 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "interaction", "Interaction of default parameters with normal fbo"); createFboNoAttachmentTests() member in deqp::gles31::Functional::tcu
675 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(testCtx, "maximums", "Maximum dimensions"); createFboNoAttachmentTests() member in deqp::gles31::Functional::tcu
690 TestCaseGroup* const group = new TestCaseGroup(context, "completeness", "Completeness tests"); createFboNoAttachmentCompletenessTests() local
[all...]
H A Des31fInternalFormatQueryTests.cpp448 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, textureTargets[groupNdx].name, glu::getInternalFormatTargetName(textureTargets[groupNdx].target)); in init() member in deqp::gles31::Functional::tcu
464 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "partial_query", "Query data to too short a buffer"); in init() member in deqp::gles31::Functional::tcu
H A Des31fUniformBlockTests.cpp49 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, description); in createRandomCaseGroup() local
77 static void createBlockBasicTypeCases (tcu::TestCaseGroup* group, Context& context, const char* name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) in createBlockBasicTypeCases() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineEarlyDestroyTests.cpp334 void addEarlyDestroyTestCasesWithFunctions (tcu::TestCaseGroup* group, PipelineConstructionType pipelineConstructionType) in addEarlyDestroyTestCasesWithFunctions() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp353 void addBufferSparseBindingTests (tcu::TestCaseGroup* group, const bool useDeviceGroups) in addBufferSparseBindingTests() argument
[all...]
H A DvktSparseResourcesBufferSparseResidency.cpp425 void addBufferSparseResidencyTests(tcu::TestCaseGroup* group, const bool useDeviceGroups) in addBufferSparseResidencyTests() argument
[all...]
H A DvktSparseResourcesQueueBindSparseTests.cpp333 void populateTestGroup(tcu::TestCaseGroup* group) in populateTestGroup() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmCompositeInsertTests.cpp157 void addComputeVectorCompositeInsertTests (tcu::TestCaseGroup* group) in addComputeVectorCompositeInsertTests() argument
226 void addGraphicsVectorCompositeInsertTests (tcu::TestCaseGroup* group) in addGraphicsVectorCompositeInsertTests() argument
300 void addComputeMatrixCompositeInsertTests (tcu::TestCaseGroup* group) in addComputeMatrixCompositeInsertTests() argument
375 addGraphicsMatrixCompositeInsertTests(tcu::TestCaseGroup* group) addGraphicsMatrixCompositeInsertTests() argument
460 addComputeNestedStructCompositeInsertTests(tcu::TestCaseGroup* group) addComputeNestedStructCompositeInsertTests() argument
527 addGraphicsNestedStructCompositeInsertTests(tcu::TestCaseGroup* group) addGraphicsNestedStructCompositeInsertTests() argument
[all...]
H A DvktSpvAsmIndexingTests.cpp68 void addComputeIndexingStructTests (tcu::TestCaseGroup* group) in addComputeIndexingStructTests() argument
283 void addGraphicsIndexingStructTests (tcu::TestCaseGroup* group) in addGraphicsIndexingStructTests() argument
570 void addComputeIndexingNon16BaseAlignmentTests (tcu::TestCaseGroup* group) in addComputeIndexingNon16BaseAlignmentTests() argument
[all...]

Completed in 20 milliseconds

1...<<21222324252627282930>>...85