Home
last modified time | relevance | path

Searched defs:queryName (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dperformance_query.c209 _mesa_GetPerfQueryIdByNameINTEL(char *queryName, GLuint *queryId) in _mesa_GetPerfQueryIdByNameINTEL() argument
268 const char *queryName; in _mesa_GetPerfQueryInfoINTEL() local
379 const char *queryName; in _mesa_GetPerfCounterInfoINTEL() local
[all...]
/third_party/musl/src/network/
H A Dlookup_name.c246 const char *queryName = name; in name_from_dns() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp723 void readAndVerifyAvailabilityBit (uint8_t** const resultsPtr, VkDeviceSize itemSize, const TestParams& params, const std::string& queryName) in readAndVerifyAvailabilityBit() argument
751 void verifyQueryCounter (uint64_t readVal, uint64_t expectedMinVal, uint64_t expectedMaxVal, const TestParams& params, const std::string& queryName) in verifyQueryCounter() argument
1199 const std::string queryName = queryGroupName + " for view " + std::to_string(viewIndex); in iterate() local
1233 const std::string queryName = queryGroupName + " for view " + std::to_string(viewIndex); in iterate() local
1283 const std::string queryName = "Post-reset primitive count for view " + std::to_string(viewIndex); in iterate() local
1313 const std::string queryName = "Post-reset stats query for view " + std::to_string(viewIndex); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderQueryTestsEXT.cpp722 void readAndVerifyAvailabilityBit (uint8_t** const resultsPtr, VkDeviceSize itemSize, const TestParams& params, const std::string& queryName) in readAndVerifyAvailabilityBit() argument
750 void verifyQueryCounter (uint64_t readVal, uint64_t expectedMinVal, uint64_t expectedMaxVal, const TestParams& params, const std::string& queryName) in verifyQueryCounter() argument
1198 const std::string queryName = queryGroupName + " for view " + std::to_string(viewIndex); in iterate() local
1232 const std::string queryName = queryGroupName + " for view " + std::to_string(viewIndex); in iterate() local
1282 const std::string queryName = "Post-reset primitive count for view " + std::to_string(viewIndex); in iterate() local
1312 const std::string queryName = "Post-reset stats query for view " + std::to_string(viewIndex); iterate() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp1271 const string queryName = m_features & FEATURE_ARRAY_FIRST_ELEM_NAME_NO_INDEX && uniform.elemNdx == 0 ? beforeLast(uniform.name, '[') : uniform.name; in getUniforms() local
1353 const string queryName = m_features & FEATURE_ARRAY_FIRST_ELEM_NAME_NO_INDEX && uniform.elemNdx == 0 ? beforeLast(uniform.name, '[') : uniform.name; in assignUniforms() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1355 const string queryName = m_features & FEATURE_ARRAY_FIRST_ELEM_NAME_NO_INDEX && uniform.elemNdx == 0 ? beforeLast(uniform.name, '[') : uniform.name; in getUniforms() local
1479 const string queryName = m_features & FEATURE_ARRAY_FIRST_ELEM_NAME_NO_INDEX && uniform.elemNdx == 0 ? beforeLast(uniform.name, '[') : uniform.name; in assignUniforms() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp1712 const string queryName = m_features & FEATURE_ARRAY_FIRST_ELEM_NAME_NO_INDEX && uniform.elemNdx == 0 ? beforeLast(uniform.name, '[') : uniform.name; in getUniforms() local
1850 const string queryName = m_features & FEATURE_ARRAY_FIRST_ELEM_NAME_NO_INDEX && uniform.elemNdx == 0 ? beforeLast(uniform.name, '[') : uniform.name; in assignUniforms() local

Completed in 24 milliseconds