Home
last modified time | relevance | path

Searched defs:ndx (Results 101 - 125 of 191) sorted by relevance

12345678

/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
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrFilteringTests.cpp421 deUint32 ndx = 0; in iterate() local
438 deUint32 ndx = 0; in iterate() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuMatrix.hpp65 Vector<T, Rows>& operator[] (int ndx) { return getColumn(ndx); } in operator []() argument
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdePoolArray.hpp78 T& at (deIntptr ndx) { return *getPtr(ndx); } in at() argument
81 T& operator[] (deIntptr ndx) { return at(ndx); } in operator []() argument
118 PoolArrayIteratorBase (deUintptr ndx) argument
435 PoolArrayConstIterator(const PoolArray<T, Alignment>* array, deIntptr ndx) PoolArrayConstIterator() argument
489 PoolArrayIterator(PoolArray<T, Alignment>* array, deIntptr ndx) PoolArrayIterator() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/can/usb/
H A Dmcba_usb.c66 u32 ndx; member
/kernel/linux/linux-6.6/drivers/net/can/usb/
H A Dmcba_usb.c66 u32 ndx; member
/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c77 int ndx = -1; in addr_segndx() local
291 dwfl_segment_report_module (Dwfl *dwfl, int ndx, const char *name, in dwfl_segment_report_module() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp256 deUint32 ndx = 0; in getRayTracingASIndex() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationFeedbackTests.cpp94 std::string getCaseStr (const deUint32 ndx) in getCaseStr() argument
931 buildDescriptorSets(deUint32 ndx) buildDescriptorSets() argument
943 buildShader(deUint32 ndx) buildShader() argument
964 buildPipeline(const CacheTestParam* param, deUint32 ndx) buildPipeline() argument
[all...]
H A DvktPipelineExecutablePropertiesTests.cpp238 virtual VkPipeline getPipeline(deUint32 ndx) { return m_pipeline[ndx].get(); } in getPipeline() argument
1137 buildDescriptorSets(deUint32 ndx) buildDescriptorSets() argument
1149 buildShader(deUint32 ndx) buildShader() argument
1166 buildPipeline(deUint32 ndx) buildPipeline() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp483 const int ndx = x + y * (int)(size.x()); in logBoundImages() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm8bitStorageTests.cpp169 void addInfo(vector<bool>& info, int& ndx, const int count, const bool isData) in addInfo() argument
193 int ndx = 0u; in info8bitStd140() local
267 int ndx = 0u; info8bitStd430() local
340 int ndx = 0u; info32bitStd140() local
413 int ndx = 0u; info32bitStd430() local
463 int ndx = 0u; infoMixStd140() local
530 int ndx = 0u; infoMixStd430() local
[all...]
H A DvktSpvAsmComputeShaderCase.cpp864 size_t ndx = 0u; in iterate() local
[all...]
H A DvktSpvAsmCrossStageInterfaceTests.cpp374 int ndx = -1; in createVertexData() local
1039 vertex << "vertex" << ndx; initPrograms() local
1041 fragment << "fragment" << ndx; initPrograms() local
2088 vertex << "vertex" << ndx; initPrograms() local
2090 fragment << "fragment" << ndx; initPrograms() local
[all...]
H A DvktSpvAsmTypeTests.cpp170 deUint32 getConstituentIndex (deUint32 ndx, deUint32 vectorSize) in getConstituentIndex() argument
364 deUint32 getInputWidth (InputWidth inputWidth, deUint32 ndx) in getInputWidth() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp75 const deUint32 ndx = (x * height + y) * 4u; in _checkFragmentSubgroupBarriersNoSSBO() local
217 const deUint32 ndx = x*4u; in _checkVertexPipelineStagesSubgroupBarriersNoSSBO() local
265 const deUint32 ndx = x*4u; _checkTessellationEvaluationSubgroupBarriersNoSSBO() local
[all...]
H A DvktSubgroupsSizeControlTests.cpp177 const deUint32 ndx = (x * height + y); in checkFragmentPipelineStages() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.hpp242 InterfaceBlock& getInterfaceBlockForModify (int ndx) { return *m_interfaceBlocks[ndx]; } in getInterfaceBlockForModify() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp945 const int ndx = x + y * (int)(dstSize.x()); in textureConversionTest() local
954 const int ndx = x + y * (int)(dstSize.x()); in textureConversionTest() local
964 const int ndx = x + y * (int)(dstSize.x()); in textureConversionTest() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp256 deUint32 ndx = 0; in getRayTracingASIndex() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockTests.cpp171 genName(char first, char last, int ndx) genName() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAtomicCounterTests.cpp633 void AtomicCounterTest::getCountersValues (vector<deUint32>& counterValues, const vector<deUint32>& values, int ndx, int counterCount) in getCountersValues() argument
H A Des31fSSBOLayoutTests.cpp179 static std::string genName (char first, char last, int ndx) in genName() argument
[all...]
H A Des31fTextureSpecificationTests.cpp86 static tcu::CubeFace getCubeFaceFromNdx (int ndx) in getCubeFaceFromNdx() argument
[all...]

Completed in 40 milliseconds

12345678