Home
last modified time | relevance | path

Searched defs:ndx (Results 76 - 100 of 185) sorted by relevance

12345678

/third_party/vk-gl-cts/framework/delibs/dethread/
H A DdeThreadTest.c56 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 DgluVarTypeUtil.hpp130 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 DqpCrashHandler.c443 int ndx; in getSignalInfo() local
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableValue.hpp139 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 Des2fBufferTestUtil.cpp82 int ndx = 0; in compareByteArrays() local
/third_party/elfutils/libdwfl/
H A Dlink_map.c135 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 Delfcompress.c175 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 Drehash.c128 unsigned int ndx = (type + hash) % OSSL_NELEM(hash_table); in add_entry() local
/third_party/openssl/apps/
H A Drehash.c131 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 DvktImageMisalignedCubeTests.cpp121 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 DvktSpvAsmComputeShaderTestUtil.hpp218 size_t ndx; compareRetVals() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp142 BufferBlock& getBlock (int ndx) { return *m_bufferBlocks[ndx]; } in getBlock() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsVoteTests.cpp86 const deUint32 ndx = (x * height + y); in checkFragmentPipelineStages() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoCapabilitiesTests.cpp570 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 DvktYCbCrFilteringTests.cpp421 deUint32 ndx = 0; in iterate() local
438 deUint32 ndx = 0; in iterate() local
[all...]
H A DvktYCbCrUtil.cpp258 deUint32 ndx = 0; in fillRandomNoNaN() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMisalignedCubeTests.cpp121 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 DvktYCbCrUtil.cpp258 deUint32 ndx = 0; in fillRandomNoNaN() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fCopyImageTests.cpp425 deUint32 mapFaceNdxToFace (int ndx) in mapFaceNdxToFace() argument
H A Des31fStencilTexturingTests.cpp71 int ndx = 0; in genTestRects() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsBufferTestUtil.cpp80 int ndx = 0; in compareByteArrays() local
H A DglsScissorTests.cpp398 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 DvktSpvAsmComputeShaderTestUtil.hpp218 size_t ndx; compareRetVals() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp142 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 DvktSubgroupsVoteTests.cpp86 const deUint32 ndx = (x * height + y); in checkFragmentPipelineStages() local

Completed in 25 milliseconds

12345678