/third_party/vk-gl-cts/framework/delibs/dethread/ |
H A D | deThreadTest.c | 56 int ndx; in threadTestThr3() local 122 int ndx; in deThread_selfTest() local 255 int ndx; deMutex_selfTest() local 303 int ndx; deMutex_selfTest() local 370 int ndx; producerThread() local [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluVarTypeUtil.hpp | 130 SubTypeAccess& member (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::STRUCT_MEMBER, ndx)); DE_ASSERT(isValid()); return *this; } //!< Access struct element. in member() argument 131 SubTypeAccess& element (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::ARRAY_ELEMENT, ndx)); DE_ASSERT(isValid()); return *this; } //!< Access array element. in element() argument 132 SubTypeAccess& column (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::MATRIX_COLUMN, ndx)); DE_ASSERT(isValid()); return *this; } //!< Access column. in column() argument 133 SubTypeAccess& component (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::VECTOR_COMPONENT, ndx)); DE_ASSERT(isValid()); return *this; } //!< Access component. in component() argument [all...] |
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | qpCrashHandler.c | 443 int ndx; in getSignalInfo() local
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgVariableValue.hpp | 139 asFloat(int ndx) asFloat() argument 140 asInt(int ndx) asInt() argument 141 asBool(int ndx) asBool() argument 142 asScalar(int ndx) asScalar() argument 145 as(int ndx) as() argument [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferTestUtil.cpp | 82 int ndx = 0; in compareByteArrays() local
|
/third_party/elfutils/libdwfl/ |
H A D | link_map.c | 135 integrated_memory_callback(Dwfl *dwfl, int ndx, void **buffer, size_t *buffer_available, GElf_Addr vaddr, size_t minread, void *arg) integrated_memory_callback() argument
|
/third_party/elfutils/src/ |
H A D | elfcompress.c | 175 setshdrstrndx (Elf *elf, GElf_Ehdr *ehdr, size_t ndx) in setshdrstrndx() argument 248 set_section (unsigned int *sections, size_t ndx) in set_section() argument 199 compress_section(Elf_Scn *scn, size_t orig_size, const char *name, const char *newname, size_t ndx, bool gnu, bool compress, bool report_verbose) compress_section() argument 254 get_section(unsigned int *sections, size_t ndx) get_section() argument 424 size_t ndx = elf_ndxscn (scn); process_file() local 652 size_t ndx = elf_ndxscn (scn); process_file() local 1109 size_t ndx = elf_ndxscn (scn); process_file() local [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | rehash.c | 128 unsigned int ndx = (type + hash) % OSSL_NELEM(hash_table); in add_entry() local
|
/third_party/openssl/apps/ |
H A D | rehash.c | 131 unsigned int ndx = (type + hash) % OSSL_NELEM(hash_table); in add_entry() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMisalignedCubeTests.cpp | 121 inline tcu::Vec4 readVec4 (const void* const data, const deUint32 ndx) in readVec4() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderTestUtil.hpp | 218 size_t ndx; compareRetVals() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.hpp | 142 BufferBlock& getBlock (int ndx) { return *m_bufferBlocks[ndx]; } in getBlock() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsVoteTests.cpp | 86 const deUint32 ndx = (x * height + y); in checkFragmentPipelineStages() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoCapabilitiesTests.cpp | 570 failMsg << "Failed query call to vkGetPhysicalDeviceVideoCapabilitiesKHR with " << result << " at iteration " << ndx; iterate() local 659 failMsg << "Failed query call to vkGetPhysicalDeviceVideoCapabilitiesKHR with " << result << " at iteration " << ndx; iterate() local 774 failMsg << "Failed query call to vkGetPhysicalDeviceVideoCapabilitiesKHR with " << result << " at iteration " << ndx; iterate() local 861 failMsg << "Failed query call to vkGetPhysicalDeviceVideoCapabilitiesKHR with " << result << " at iteration " << ndx; iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrFilteringTests.cpp | 421 deUint32 ndx = 0; in iterate() local 438 deUint32 ndx = 0; in iterate() local [all...] |
H A D | vktYCbCrUtil.cpp | 258 deUint32 ndx = 0; in fillRandomNoNaN() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMisalignedCubeTests.cpp | 121 inline tcu::Vec4 readVec4 (const void* const data, const deUint32 ndx) in readVec4() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 258 deUint32 ndx = 0; in fillRandomNoNaN() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fCopyImageTests.cpp | 425 deUint32 mapFaceNdxToFace (int ndx) in mapFaceNdxToFace() argument
|
H A D | es31fStencilTexturingTests.cpp | 71 int ndx = 0; in genTestRects() local
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBufferTestUtil.cpp | 80 int ndx = 0; in compareByteArrays() local
|
H A D | glsScissorTests.cpp | 398 const int ndx = primNdx*4*vertexCount + vertNdx*4; in render() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmComputeShaderTestUtil.hpp | 218 size_t ndx; compareRetVals() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.hpp | 142 BufferBlock& getBlock (int ndx) { return *m_bufferBlocks[ndx]; } in getBlock() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsVoteTests.cpp | 86 const deUint32 ndx = (x * height + y); in checkFragmentPipelineStages() local
|