Home
last modified time | relevance | path

Searched refs:elemIdx (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBindPointTests.cpp898 for (int elemIdx = 0; elemIdx < std::remove_reference<decltype(testPair)>::type::SIZE; ++elemIdx) in createBindPointTests() local
900 if (testPair[elemIdx] == VK_PIPELINE_BIND_POINT_GRAPHICS) in createBindPointTests()
925 for (int elemIdx = 0; elemIdx < std::remove_reference<decltype(testPair)>::type::SIZE; ++elemIdx) in createBindPointTests() local
927 if (testPair[elemIdx] == VK_PIPELINE_BIND_POINT_GRAPHICS) in createBindPointTests()
929 …updateTypePtrs[elemIdx] = &params.graphicsSetUpdateType; // Test different graphics set update typ… in createBindPointTests()
930 pipelineBinds[elemIdx] = SetupOp::BIND_GRAPHICS_PIPELINE; in createBindPointTests()
931 setBinds[elemIdx] = SetupOp::BIND_GRAPHICS_SET; in createBindPointTests()
932 dispatches[elemIdx] = DispatchOp::DRAW; in createBindPointTests()
934 else if (testPair[elemIdx] == VK_PIPELINE_BIND_POINT_COMPUTE) in createBindPointTests()
936 …updateTypePtrs[elemIdx] = &params.computeSetUpdateType; // Test different compute set update type… in createBindPointTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineBindPointTests.cpp898 for (int elemIdx = 0; elemIdx < std::remove_reference<decltype(testPair)>::type::SIZE; ++elemIdx) in createBindPointTests() local
900 if (testPair[elemIdx] == VK_PIPELINE_BIND_POINT_GRAPHICS) in createBindPointTests()
925 for (int elemIdx = 0; elemIdx < std::remove_reference<decltype(testPair)>::type::SIZE; ++elemIdx) in createBindPointTests() local
927 if (testPair[elemIdx] == VK_PIPELINE_BIND_POINT_GRAPHICS) in createBindPointTests()
929 …updateTypePtrs[elemIdx] = &params.graphicsSetUpdateType; // Test different graphics set update typ… in createBindPointTests()
930 pipelineBinds[elemIdx] = SetupOp::BIND_GRAPHICS_PIPELINE; in createBindPointTests()
931 setBinds[elemIdx] = SetupOp::BIND_GRAPHICS_SET; in createBindPointTests()
932 dispatches[elemIdx] = DispatchOp::DRAW; in createBindPointTests()
934 else if (testPair[elemIdx] == VK_PIPELINE_BIND_POINT_COMPUTE) in createBindPointTests()
936 …updateTypePtrs[elemIdx] = &params.computeSetUpdateType; // Test different compute set update type… in createBindPointTests()
[all …]
/third_party/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.cpp826 UINT_32 elemIdx, ///< [in] per pipe element index within a macro tile in ComputeTileCoordFromPipeAndElemIdx() argument
840 UINT_32 elemIdx0 = _BIT(elemIdx,0); in ComputeTileCoordFromPipeAndElemIdx()
841 UINT_32 elemIdx1 = _BIT(elemIdx,1); in ComputeTileCoordFromPipeAndElemIdx()
842 UINT_32 elemIdx2 = _BIT(elemIdx,2); in ComputeTileCoordFromPipeAndElemIdx()
1090 UINT_32 elemIdx = 0; in TileCoordToMaskElementIndex() local
1108 elemIdx = Bits2Number(3,elemIdx2,elemIdx1,elemIdx0); in TileCoordToMaskElementIndex()
1115 elemIdx = Bits2Number(2,elemIdx1,elemIdx0); in TileCoordToMaskElementIndex()
1122 elemIdx = Bits2Number(2, elemIdx1, elemIdx0); in TileCoordToMaskElementIndex()
1129 elemIdx = Bits2Number(2, elemIdx1, elemIdx0); in TileCoordToMaskElementIndex()
1137 elemIdx = Bits2Number(3, elemIdx2, elemIdx1, elemIdx0); in TileCoordToMaskElementIndex()
[all …]
Dsiaddrlib.h286 UINT_32 elemIdx, UINT_32 pipe, AddrPipeCfg pipeCfg, UINT_32 pitchInMacroTile,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Dgen_indices.metal187 uint elemIdx = 2 + idx;
190 output[3 * idx + 1] = getIndexU32(options.srcOffset, elemIdx - 1, inputU8, inputU16, inputU32);
191 output[3 * idx + 2] = getIndexU32(options.srcOffset, elemIdx, inputU8, inputU16, inputU32);
Dmtl_default_shaders_src_autogen.inc889 uint elemIdx = 2 + idx;
892 output[3 * idx + 1] = getIndexU32(options.srcOffset, elemIdx - 1, inputU8, inputU16, inputU32);
893 output[3 * idx + 2] = getIndexU32(options.srcOffset, elemIdx, inputU8, inputU16, inputU32);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp7054 for (size_t elemIdx = 0; elemIdx < float16Data.size(); elemIdx++) in addGraphics16BitStorageUniformFloat16To64Group() local
7056 float16Vec2Data[elemIdx / 2][elemIdx % 2] = float16Data[elemIdx]; in addGraphics16BitStorageUniformFloat16To64Group()
8339 for (size_t elemIdx = 0; elemIdx < numElements; elemIdx++) in addCompute16bitStorageUniform16To64Group() local
8341 float16Vec2Data[elemIdx / 2][elemIdx % 2] = float16Data[elemIdx]; in addCompute16bitStorageUniform16To64Group()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp7054 for (size_t elemIdx = 0; elemIdx < float16Data.size(); elemIdx++) in addGraphics16BitStorageUniformFloat16To64Group() local
7056 float16Vec2Data[elemIdx / 2][elemIdx % 2] = float16Data[elemIdx]; in addGraphics16BitStorageUniformFloat16To64Group()
8339 for (size_t elemIdx = 0; elemIdx < numElements; elemIdx++) in addCompute16bitStorageUniform16To64Group() local
8341 float16Vec2Data[elemIdx / 2][elemIdx % 2] = float16Data[elemIdx]; in addCompute16bitStorageUniform16To64Group()